pub type RESETPIN_R = BitReader<RESETPIN_A>;
Expand description
Field RESETPIN
reader - Reset from pin-reset detected
Aliased Type§
struct RESETPIN_R { /* private fields */ }
Implementations§
Source§impl RESETPIN_R
impl RESETPIN_R
Sourcepub fn variant(&self) -> RESETPIN_A
pub fn variant(&self) -> RESETPIN_A
Get enumerated values variant
Sourcepub fn is_not_detected(&self) -> bool
pub fn is_not_detected(&self) -> bool
Checks if the value of the field is NOT_DETECTED
Sourcepub fn is_detected(&self) -> bool
pub fn is_detected(&self) -> bool
Checks if the value of the field is DETECTED