rf channel statistics structure More...
#include <zpal_radio.h>
Data Fields | |
uint32_t | rf_channel_tx_frames |
Transmitted frames on rf channel. | |
uint32_t | rf_channel_tx_retries |
Frame transmit retries on rf channel. | |
uint32_t | rf_channel_tx_lbt_failures |
Frame transmit failed by lbt on rf channel. | |
uint32_t | rf_channel_rx_foreign_homeid |
Frames received with foreign homeid on rf channel. | |
uint32_t | rf_channel_rx_crc_error |
Frames received with CRC error on rf channel. | |
int8_t | rf_channel_background_rssi_average |
Background RSSI average on rf channel. | |
int8_t | rf_channel_end_device_rssi_average |
End Device RSSI average on rf channel. | |
rf channel statistics structure
int8_t zpal_radio_rf_channel_statistic_t::rf_channel_background_rssi_average |
Background RSSI average on rf channel.
int8_t zpal_radio_rf_channel_statistic_t::rf_channel_end_device_rssi_average |
End Device RSSI average on rf channel.
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_rx_crc_error |
Frames received with CRC error on rf channel.
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_rx_foreign_homeid |
Frames received with foreign homeid on rf channel.
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_frames |
Transmitted frames on rf channel.
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_lbt_failures |
Frame transmit failed by lbt on rf channel.
uint32_t zpal_radio_rf_channel_statistic_t::rf_channel_tx_retries |
Frame transmit retries on rf channel.