nrf52840_pac::nfct::fieldpresent

Type Alias LOCKDETECT_R

Source
pub type LOCKDETECT_R = BitReader<LOCKDETECT_A>;
Expand description

Field LOCKDETECT reader - Indicates if the low level has locked to the field

Aliased Type§

struct LOCKDETECT_R { /* private fields */ }

Implementations§

Source§

impl LOCKDETECT_R

Source

pub fn variant(&self) -> LOCKDETECT_A

Get enumerated values variant

Source

pub fn is_not_locked(&self) -> bool

Checks if the value of the field is NOT_LOCKED

Source

pub fn is_locked(&self) -> bool

Checks if the value of the field is LOCKED