pub type COLLISION_R = BitReader<COLLISION_A>;
Expand description
Field COLLISION
reader - Write ‘1’ to disable interrupt for COLLISION event
Aliased Type§
struct COLLISION_R { /* private fields */ }
Implementations§
Source§impl COLLISION_R
impl COLLISION_R
Sourcepub fn variant(&self) -> COLLISION_A
pub fn variant(&self) -> COLLISION_A
Get enumerated values variant
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED