pub struct INT_ENABLE_R(/* private fields */);Expand description
Field INT_ENABLE reader - Analog Comparator interrupt enable control:.
Implementations§
Source§impl INT_ENABLE_R
impl INT_ENABLE_R
Sourcepub fn variant(&self) -> INT_ENABLE_A
pub fn variant(&self) -> INT_ENABLE_A
Get enumerated values variant
Sourcepub fn is_int_disable(&self) -> bool
pub fn is_int_disable(&self) -> bool
Checks if the value of the field is INT_DISABLE
Sourcepub fn is_int_enable(&self) -> bool
pub fn is_int_enable(&self) -> bool
Checks if the value of the field is INT_ENABLE
Methods from Deref<Target = FieldReader<bool, INT_ENABLE_A>>§
Trait Implementations§
Source§impl Deref for INT_ENABLE_R
impl Deref for INT_ENABLE_R
Source§type Target = FieldReader<bool, INT_ENABLE_A>
type Target = FieldReader<bool, INT_ENABLE_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for INT_ENABLE_R
impl RefUnwindSafe for INT_ENABLE_R
impl Send for INT_ENABLE_R
impl Sync for INT_ENABLE_R
impl Unpin for INT_ENABLE_R
impl UnwindSafe for INT_ENABLE_R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more