nrf52840_pac::ccm::micstatus

Type Alias 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

Source

pub fn variant(&self) -> MICSTATUS_A

Get enumerated values variant

Source

pub fn is_check_failed(&self) -> bool

Checks if the value of the field is CHECK_FAILED

Source

pub fn is_check_passed(&self) -> bool

Checks if the value of the field is CHECK_PASSED