Result type of mcuxClCss_GetHwState. More...
#include <mcuxClCss_Common.h>
Data Fields | |
| struct { | |
| uint32_t value | |
| Accesses the bit field as a full word. More... | |
| } | word |
| Access mcuxClCss_HwState_t word-wise. More... | |
| struct { | |
| uint32_t busy:1 | |
| CSS is busy. More... | |
| uint32_t irq:1 | |
| CSS interrupt activated. More... | |
| uint32_t err:1 | |
| CSS is in error state. More... | |
| uint32_t prngready:1 | |
| CSS PRNG is seeded and ready to use. More... | |
| uint32_t ecdsavfy:2 | |
| ECDSA verify operation state (For possible values of this field, see MCUXCLCSS_STATUS_ECDSAVFY_) More... | |
| uint32_t pprot:2 | |
| The privilege/security level of the most recently started CSS command (For possible values of this field, see MCUXCLCSS_STATUS_PPROT_) More... | |
| uint32_t drbgentlvl:2 | |
| Entropy quality of the current DRBG instance (For possible values of this field, see MCUXCLCSS_STATUS_DRBGENTLVL_) More... | |
| uint32_t dtrng_busy: 1 | |
| Indicates the DTRNG is gathering entropy. More... | |
| uint32_t __pad0__:2 | |
| RFU. More... | |
| uint32_t __pad1__:3 | |
| RFU. More... | |
| uint32_t __pad2__:1 | |
| RFU. More... | |
| uint32_t __pad3__:15 | |
| RFU. More... | |
| } | bits |
| Access mcuxClCss_HwState_t bit-wise. More... | |
Result type of mcuxClCss_GetHwState.
Contains CSS status information.
| uint32_t mcuxClCss_HwState_t::value |
Accesses the bit field as a full word.
| struct { ... } mcuxClCss_HwState_t::word |
Access mcuxClCss_HwState_t word-wise.
| uint32_t mcuxClCss_HwState_t::busy |
CSS is busy.
| uint32_t mcuxClCss_HwState_t::irq |
CSS interrupt activated.
| uint32_t mcuxClCss_HwState_t::err |
CSS is in error state.
| uint32_t mcuxClCss_HwState_t::prngready |
CSS PRNG is seeded and ready to use.
| uint32_t mcuxClCss_HwState_t::ecdsavfy |
ECDSA verify operation state (For possible values of this field, see MCUXCLCSS_STATUS_ECDSAVFY_)
| uint32_t mcuxClCss_HwState_t::pprot |
The privilege/security level of the most recently started CSS command (For possible values of this field, see MCUXCLCSS_STATUS_PPROT_)
| uint32_t mcuxClCss_HwState_t::drbgentlvl |
Entropy quality of the current DRBG instance (For possible values of this field, see MCUXCLCSS_STATUS_DRBGENTLVL_)
| uint32_t mcuxClCss_HwState_t::dtrng_busy |
Indicates the DTRNG is gathering entropy.
| uint32_t mcuxClCss_HwState_t::__pad0__ |
RFU.
| uint32_t mcuxClCss_HwState_t::__pad1__ |
RFU.
| uint32_t mcuxClCss_HwState_t::__pad2__ |
RFU.
| uint32_t mcuxClCss_HwState_t::__pad3__ |
RFU.
| struct { ... } mcuxClCss_HwState_t::bits |
Access mcuxClCss_HwState_t bit-wise.