Searched defs:RCL_CONFIG_ADDRESS_t (Results 1 – 1 of 1) sorted by relevance
356 struct RCL_CONFIG_ADDRESS_t { struct357 uint32_t address; /*!< Address after header */358 … /*!< CRC value (last two bytes if more than 2 CRC bytes) of last successfully received360 … maxPktLen; /*!< Packet length for fixed length, maximum packet length for variable362 uint8_t autoAckMode: 2; /*!< 0: Disable auto-acknowledgement.366 …en: 1; /*!< 0: Use fixed length given by maxPktLenA in receiver when receiving packets368 … 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 */