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