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