pub struct COMP1INSEL_R(/* private fields */);
Expand description
Field COMP1INSEL
reader - Comparator 1 inverting input selection
Implementations§
Source§impl COMP1INSEL_R
impl COMP1INSEL_R
Sourcepub fn variant(&self) -> Option<COMP1INSEL_A>
pub fn variant(&self) -> Option<COMP1INSEL_A>
Get enumerated values variant
Sourcepub fn is_one_quarter_vref(&self) -> bool
pub fn is_one_quarter_vref(&self) -> bool
Checks if the value of the field is ONEQUARTERVREF
Sourcepub fn is_one_half_vref(&self) -> bool
pub fn is_one_half_vref(&self) -> bool
Checks if the value of the field is ONEHALFVREF
Sourcepub fn is_three_quarter_vref(&self) -> bool
pub fn is_three_quarter_vref(&self) -> bool
Checks if the value of the field is THREEQUARTERVREF
Sourcepub fn is_comp1_inm4(&self) -> bool
pub fn is_comp1_inm4(&self) -> bool
Checks if the value of the field is COMP1_INM4
Sourcepub fn is_comp1_inm5(&self) -> bool
pub fn is_comp1_inm5(&self) -> bool
Checks if the value of the field is COMP1_INM5
Sourcepub fn is_comp1_inm6(&self) -> bool
pub fn is_comp1_inm6(&self) -> bool
Checks if the value of the field is COMP1_INM6
Methods from Deref<Target = FieldReader<u8, COMP1INSEL_A>>§
Trait Implementations§
Source§impl Deref for COMP1INSEL_R
impl Deref for COMP1INSEL_R
Source§type Target = FieldReader<u8, COMP1INSEL_A>
type Target = FieldReader<u8, COMP1INSEL_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for COMP1INSEL_R
impl RefUnwindSafe for COMP1INSEL_R
impl Send for COMP1INSEL_R
impl Sync for COMP1INSEL_R
impl Unpin for COMP1INSEL_R
impl UnwindSafe for COMP1INSEL_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