Home
last modified time | relevance | path

Searched defs:RCL_STATS_IEEE_t (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dieee.h283 struct RCL_STATS_IEEE_t { struct
285 {
289 } config; /*!< Configuration provided to RCL */
290 uint8_t timestampValid; /*!< Returns 1 if %lastTimestamp is updated; 0 otherwise */
291 int8_t lastRssi; /*!< RSSI of last received packet */
292 …eration (only updated after packets and at the end of operation). Not supported in this version. */
293 uint32_t lastTimestamp; /*!< Timestamp of last successfully received packet */
294 uint16_t nRxNok; /*!< Number of packets received with CRC error */
295 uint16_t nRxFifoFull; /*!< Number of packets received that did not fit in RX FIFO */
296 uint16_t nRxOk; /*!< Number of correctly received packets */
[all …]