MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClEls_CommandCrcConfig_t Union Reference

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   __pad0__: 30
 RFU. More...
 
bits
 Access mcuxClEls_CommandCrcConfig_t bit-wise. More...
 

Detailed Description

Type to control ELS Command CRC.

Field Documentation

◆ value

uint32_t mcuxClEls_CommandCrcConfig_t::value

Accesses the bit field as a full word.

◆ reset

uint32_t mcuxClEls_CommandCrcConfig_t::reset

Reset the Command CRC to initial value, set by MCUXCLELS_CMD_CRC_RESET.

◆ enable

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.

◆ __pad0__

uint32_t mcuxClEls_CommandCrcConfig_t::__pad0__

RFU.

◆ bits

struct { ... } mcuxClEls_CommandCrcConfig_t::bits

Access mcuxClEls_CommandCrcConfig_t bit-wise.