Type Alias nrf52840_pac::twis0::config::ADDRESS0_R
source · pub type ADDRESS0_R = BitReader<ADDRESS0_A>;
Expand description
Field ADDRESS0
reader - Enable or disable address matching on ADDRESS[0]
Aliased Type§
struct ADDRESS0_R { /* private fields */ }
Implementations§
source§impl ADDRESS0_R
impl ADDRESS0_R
sourcepub fn variant(&self) -> ADDRESS0_A
pub fn variant(&self) -> ADDRESS0_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