MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
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   : 30 
 RFU. More...
 
bits 
 Access mcuxClEls_CommandCrcConfig_t bit-wise.
 

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.

◆ [struct]

struct { ... } mcuxClEls_CommandCrcConfig_t::bits

Access mcuxClEls_CommandCrcConfig_t bit-wise.