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