Searched defs:RCL_CMD_BLE_CS_S2R_t (Results 1 – 1 of 1) sorted by relevance
251 struct RCL_CMD_BLE_CS_S2R_t { struct252 …int8_t idx; /*!< The index of entry in the step list which the data belongs to */253 uint8_t phy; /*!< Phy the samples captured on */254 uint8_t channel; /*!< Frequency channel */255 uint8_t payloadLen; /*!< Payload length in bits */256 uint32_t payload0; /*!< Payload bits [00:31] */257 uint32_t payload1; /*!< Payload bits [32:63] */258 uint32_t payload2; /*!< Payload bits [64:95] */259 uint32_t payload3; /*!< Payload bits [96:127] */260 uint16_t iqLength; /*!< Number of valid iq samples in data[] */[all …]