Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dgeneric.h356 struct RCL_CONFIG_ADDRESS_t { struct
357 uint32_t address; /*!< Address after header */
358 … /*!< CRC value (last two bytes if more than 2 CRC bytes) of last successfully received
360 … maxPktLen; /*!< Packet length for fixed length, maximum packet length for variable
362 uint8_t autoAckMode: 2; /*!< 0: Disable auto-acknowledgement.
366 …en: 1; /*!< 0: Use fixed length given by maxPktLenA in receiver when receiving packets
368 … uint8_t seqValid: 1; /*!< 0: The status is not valid. Any packet is viewed as new.
371 uint8_t seq: 2; /*!< Sequence number of last successfully received packet */
372 uint8_t reserved: 2; /*!< Reserved, set to 0 */