Home
last modified time | relevance | path

Searched defs:RCL_CMD_BLE_CS_S2R_t (Results 1 – 1 of 1) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dble_cs.h251 struct RCL_CMD_BLE_CS_S2R_t { struct
252 …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 …]