Searched defs:RCL_CMD_BLE_CS_STEP_t (Results 1 – 1 of 1) sorted by relevance
543 struct RCL_CMD_BLE_CS_STEP_t { struct544 …t channelIdx : 7; /*!< Integer index of channel information (0: 2402MHz) */545 uint32_t mode : 2; /*!< Step mode @ref RCL_CmdBleCs_StepMode */546 …*!< Index of entry to be used from the antenna permutation table @ref RCL_CmdBleCs_AntennaConfig */547 …extension, [0]=first tone (transmitted by initiator), [1]=second tone (transmitted by reflector) */548 … /*!< Length of payload in units of 32bit words @ref RCL_CmdBleCs_Payload */549 uint32_t reserved : 13;550 uint32_t aaTx; /*!< Access Address to be transmitted */551 uint32_t aaRx; /*!< Access Address to be received */552 …oadTx[RCL_BLE_CS_MAX_PAYLOAD_SIZE]; /*!< Payload to transmit containing random bit sequence (TX) */[all …]