Searched defs:RCL_CMD_BLE_CS_STATS_t (Results 1 – 1 of 1) sorted by relevance
270 struct RCL_CMD_BLE_CS_STATS_t { struct271 uint16_t nStepsWritten; /*!< Number of steps sent to the PBE through the FIFO */272 uint16_t nResultsRead; /*!< Number of results read from the PBE through the FIFO */273 uint16_t nStepsDone; /*!< Number of steps have been executed by the PBE */274 uint16_t nRxOk; /*!< Number of steps where pktResult == OK, filled by the CM0 */275 uint16_t nRxNok; /*!< Number of steps where pktResult != OK, filled by the CM0 */276 uint8_t nS2RDone; /*!< Number of Samples-To-Ram containers filled by the CM0 */277 int8_t lastRssi; /*!< Last valid RSSI received by the PBE */278 int16_t lastFoff; /*!< Last valid frequency offset received by the PBE */279 int16_t foffComp; /*!< Frequency offset compensation value */[all …]