Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dgeneric.h311 struct RCL_CMD_NESB_PTX_t { struct
312 RCL_Command common;
313 … rfFrequency; /*!< RF frequency in Hz to program. 0: Do not program frequency. */
314 … /*!< Linked list of packets to transmit. RCL will pop the first packet when transmitted. */
315 …s; /*!< Linked list of buffers for storing received packets. In this case, the ACK. */
316 …esb *stats; /*!< Pointer to statistics structure. NULL: Do not store statistics */
317 uint32_t syncWord; /*!< Sync word to transmit */
318 RCL_Command_TxPower txPower; /*!< Transmit power */
319 uint8_t seqNo; /*!< Sequence number to use for next packet */
320 uint8_t maxRetrans; /*!< Maximum number of retransmissions */
[all …]