nrfxlib API 2.8.99
|
Type of structure holding statistic counters. More...
#include <nrf_802154_types.h>
Data Fields | |
uint32_t | cca_failed_attempts |
Number of failed CCA attempts. | |
uint32_t | received_frames |
Number of frames received with correct CRC and with filtering passing. | |
uint32_t | received_energy_events |
Number of times energy was detected in receive mode. | |
uint32_t | received_preambles |
Number of times a preamble was received in receive mode. | |
uint32_t | coex_requests |
Number of coex requests issued to coex arbiter. | |
uint32_t | coex_granted_requests |
Number of coex requests issued to coex arbiter that have been granted. | |
uint32_t | coex_denied_requests |
Number of coex requests issued to coex arbiter that have been denied. | |
uint32_t | coex_unsolicited_grants |
Number of coex grant activations that have been not requested. | |
Type of structure holding statistic counters.
This structure holds counters of uint32_t
type only.