Command option bit field for #mcuxClEls_EccVerify_Async Bit field to configure mcuxClEls_EccVerifyOption_t. More...
#include <mcuxClEls_Ecc.h>
Data Fields | |
| struct { | |
| uint32_t value | |
| Access the bit field as a full word; initialize with a combination of constants from MCUXCLELS_ECC (Sign and Verify) option word values. More... | |
| } | word |
| Access mcuxClEls_EccVerifyOption_t word-wise. More... | |
| struct { | |
| uint32_t echashchl:1 | |
| Define type of input, plain message or hash of message. More... | |
| uint32_t __pad0__:3 | |
| RFU. More... | |
| uint32_t revf:1 | |
| This field is managed internally. More... | |
| uint32_t __pad1__:27 | |
| RFU. More... | |
| } | bits |
| Access mcuxClEls_EccVerifyOption_t bit-wise. More... | |
Command option bit field for #mcuxClEls_EccVerify_Async Bit field to configure mcuxClEls_EccVerifyOption_t.
See MCUXCLELS_ECC (Sign and Verify) option bit field values for possible options.
| uint32_t mcuxClEls_EccVerifyOption_t::value |
Access the bit field as a full word; initialize with a combination of constants from MCUXCLELS_ECC (Sign and Verify) option word values.
| struct { ... } mcuxClEls_EccVerifyOption_t::word |
Access mcuxClEls_EccVerifyOption_t word-wise.
| uint32_t mcuxClEls_EccVerifyOption_t::echashchl |
Define type of input, plain message or hash of message.
| uint32_t mcuxClEls_EccVerifyOption_t::__pad0__ |
RFU.
| uint32_t mcuxClEls_EccVerifyOption_t::revf |
This field is managed internally.
| uint32_t mcuxClEls_EccVerifyOption_t::__pad1__ |
RFU.
| struct { ... } mcuxClEls_EccVerifyOption_t::bits |
Access mcuxClEls_EccVerifyOption_t bit-wise.