Searched defs:rfc_hidRxTxOutput_s (Results 1 – 2 of 2) sorted by relevance
813 struct __RFC_STRUCT rfc_hidRxTxOutput_s { struct814 … uint8_t nTx; //!< Number of packets or acknowledgements transmitted815 …t8_t nRxOk; //!< Number of packets that have been received with CRC OK816 …t nRxNok; //!< Number of packets that have been received with CRC error817 …nRxIgnored; //!< Number of packets ignored as retransmissions or empty ACKs818 … //!< Number of packets that have been received and discarded due to lack of buffer space819 … Number of packets not received due to device address mismatch, invalid length, or abort command820 uint8_t __dummy0;821 int8_t lastRssi; //!< RSSI of last received packet822 ratmr_t timeStamp; //!< Time stamp of last received packet