Type Alias nrf52840_pac::ccm::micstatus::MICSTATUS_R
source · pub type MICSTATUS_R = BitReader<MICSTATUS_A>;
Expand description
Field MICSTATUS
reader - The result of the MIC check performed during the previous decryption operation
Aliased Type§
struct MICSTATUS_R { /* private fields */ }
Implementations§
source§impl MICSTATUS_R
impl MICSTATUS_R
sourcepub fn variant(&self) -> MICSTATUS_A
pub fn variant(&self) -> MICSTATUS_A
Get enumerated values variant
sourcepub fn is_check_failed(&self) -> bool
pub fn is_check_failed(&self) -> bool
Checks if the value of the field is CHECK_FAILED
sourcepub fn is_check_passed(&self) -> bool
pub fn is_check_passed(&self) -> bool
Checks if the value of the field is CHECK_PASSED