Searched defs:RCL_STATS_NESB_t (Results 1 – 1 of 1) sorted by relevance
449 struct RCL_STATS_NESB_t { struct451 {455 } config; /*!< Configuration provided to RCL */456 uint8_t timestampValid; /*!< Returns 1 if %lastTimestamp is updated; 0 otherwise */457 int8_t lastRssi; /*!< RSSI of last received packet. */458 uint32_t lastTimestamp; /*!< Timestamp of last successfully received packet */459 uint32_t nTx; /*!< Number of packets or acknowledgements transmitted */460 … uint32_t nRxNok; /*!< Number of packets that have been received with CRC error */461 …RxOk; /*!< Number of packets that have been received with CRC OK and not ignored */462 uint32_t nRxIgnored; /*!< Number of packets ignored as retransmissions */[all …]