nRF5 SDK for Mesh v5.0.0
Data Fields
instaburst_rx_stats_t Struct Reference

Stats structure for Instaburst. More...

#include <instaburst_rx.h>

Data Fields

uint32_t rx_ok
 Number of successfully received packets. More...
 
uint32_t crc_fail
 Number of CRC failures detected. More...
 
uint32_t too_late
 Number of times the module failed to start RX on time. More...
 
uint32_t no_rx
 Number of times the module started RX on time, but failed detecting any incoming packets. More...
 
uint32_t invalid_offset
 Number of packets dropped due to unsupported offset times. More...
 
uint32_t busy
 Number of packets dropped because the scanner was busy. More...
 
uint32_t switched_timeslot
 Number of packets dropped because the timeslot ended before we could handle it. More...
 

Detailed Description

Stats structure for Instaburst.

Definition at line 80 of file instaburst_rx.h.

Field Documentation

◆ rx_ok

uint32_t instaburst_rx_stats_t::rx_ok

Number of successfully received packets.

Definition at line 82 of file instaburst_rx.h.

◆ crc_fail

uint32_t instaburst_rx_stats_t::crc_fail

Number of CRC failures detected.

Definition at line 83 of file instaburst_rx.h.

◆ too_late

uint32_t instaburst_rx_stats_t::too_late

Number of times the module failed to start RX on time.

Definition at line 84 of file instaburst_rx.h.

◆ no_rx

uint32_t instaburst_rx_stats_t::no_rx

Number of times the module started RX on time, but failed detecting any incoming packets.

Definition at line 85 of file instaburst_rx.h.

◆ invalid_offset

uint32_t instaburst_rx_stats_t::invalid_offset

Number of packets dropped due to unsupported offset times.

Definition at line 86 of file instaburst_rx.h.

◆ busy

uint32_t instaburst_rx_stats_t::busy

Number of packets dropped because the scanner was busy.

Definition at line 87 of file instaburst_rx.h.

◆ switched_timeslot

uint32_t instaburst_rx_stats_t::switched_timeslot

Number of packets dropped because the timeslot ended before we could handle it.

Definition at line 88 of file instaburst_rx.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated