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

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