Command option bit field for mcuxClEls_KeyImport_Async. More...
#include <mcuxClEls_KeyManagement.h>
Data Fields | ||
struct { | ||
uint32_t value | ||
Accesses the bit field as a full word; initialize with a combination of constants from MCUXCLELS_KEYIMPORT_VALUE_KFMT_. More... | ||
} | word | |
Access mcuxClEls_KeyImportOption_t word-wise. | ||
struct { | ||
uint32_t :4 | ||
RFU. More... | ||
uint32_t revf:1 | ||
This field is managed internally. More... | ||
uint32_t :1 | ||
RFU. More... | ||
uint32_t kfmt:2 | ||
Defines the key import format, one of MCUXCLELS_KEYIMPORT_KFMT_. More... | ||
uint32_t :24 | ||
RFU. More... | ||
} | bits | |
Access mcuxClEls_KeyImportOption_t bit-wise. | ||
Command option bit field for mcuxClEls_KeyImport_Async.
Bit field to configure mcuxClEls_KeyImport_Async. See MCUXCLELS_KEYIMPORT_KFMT_ for possible options in case the struct is accessed bit-wise. See MCUXCLELS_KEYIMPORT_VALUE_KFMT_ for possible options in case the struct is accessed word-wise.
uint32_t mcuxClEls_KeyImportOption_t::value |
Accesses the bit field as a full word; initialize with a combination of constants from MCUXCLELS_KEYIMPORT_VALUE_KFMT_.
struct { ... } mcuxClEls_KeyImportOption_t::word |
Access mcuxClEls_KeyImportOption_t word-wise.
uint32_t mcuxClEls_KeyImportOption_t::__pad0__ |
RFU.
uint32_t mcuxClEls_KeyImportOption_t::revf |
This field is managed internally.
uint32_t mcuxClEls_KeyImportOption_t::__pad1__ |
RFU.
uint32_t mcuxClEls_KeyImportOption_t::kfmt |
Defines the key import format, one of MCUXCLELS_KEYIMPORT_KFMT_.
uint32_t mcuxClEls_KeyImportOption_t::__pad2__ |
RFU.
struct { ... } mcuxClEls_KeyImportOption_t::bits |
Access mcuxClEls_KeyImportOption_t bit-wise.