Type to control ELS Command CRC. More...
#include <mcuxClEls_Crc.h>
Data Fields | ||
struct { | ||
uint32_t value | ||
Accesses the bit field as a full word. More... | ||
} | word | |
struct { | ||
uint32_t reset:1 | ||
Reset the Command CRC to initial value, set by MCUXCLELS_CMD_CRC_RESET. More... | ||
uint32_t enable:1 | ||
Enable/Disable update of Command CRC value by executing commands, set with MCUXCLELS_CMD_CRC_ENABLE / MCUXCLELS_CMD_CRC_DISABLE. More... | ||
uint32_t : 30 | ||
RFU. More... | ||
} | bits | |
Access mcuxClEls_CommandCrcConfig_t bit-wise. | ||
Type to control ELS Command CRC.
uint32_t mcuxClEls_CommandCrcConfig_t::value |
Accesses the bit field as a full word.
uint32_t mcuxClEls_CommandCrcConfig_t::reset |
Reset the Command CRC to initial value, set by MCUXCLELS_CMD_CRC_RESET.
uint32_t mcuxClEls_CommandCrcConfig_t::enable |
Enable/Disable update of Command CRC value by executing commands, set with MCUXCLELS_CMD_CRC_ENABLE / MCUXCLELS_CMD_CRC_DISABLE.
uint32_t mcuxClEls_CommandCrcConfig_t::__pad0__ |
RFU.
struct { ... } mcuxClEls_CommandCrcConfig_t::bits |
Access mcuxClEls_CommandCrcConfig_t bit-wise.