Searched defs:RCL_STATS_ADV_SCAN_INIT_t (Results 1 – 1 of 1) sorted by relevance
501 struct RCL_STATS_ADV_SCAN_INIT_t { struct503 {507 } config; /*!< Configuration provided to RCL */508 uint8_t timestampValid; /*!< Returns 1 if %lastTimestamp is updated; 0 otherwise */509 int8_t lastRssi; /*!< RSSI of last received packet */510 uint32_t lastTimestamp; /*!< Timestamp of last successfully received packet */511 uint16_t nRxNok; /*!< Number of packets received with CRC error */512 uint16_t nRxIgnored; /*!< Number of packets to be ignored received */513 uint16_t nRxOk; /*!< Number of correctly received, accepted packets */514 uint8_t nRxFifoFull; /*!< Number of packets received which could not be stored */[all …]