pub struct COMP2INMSEL_W<'a> { /* private fields */ }
Expand description
Write proxy for field COMP2INMSEL
Implementations§
Source§impl<'a> COMP2INMSEL_W<'a>
impl<'a> COMP2INMSEL_W<'a>
Sourcepub fn variant(self, variant: COMP2INMSEL_A) -> &'a mut W
pub fn variant(self, variant: COMP2INMSEL_A) -> &'a mut W
Writes variant
to the field
Sourcepub fn one_quarter_vref(self) -> &'a mut W
pub fn one_quarter_vref(self) -> &'a mut W
1/4 of VRefint
Sourcepub fn one_half_vref(self) -> &'a mut W
pub fn one_half_vref(self) -> &'a mut W
1/2 of VRefint
Sourcepub fn three_quarter_vref(self) -> &'a mut W
pub fn three_quarter_vref(self) -> &'a mut W
3/4 of VRefint
Sourcepub fn pa4_dac1_ch1(self) -> &'a mut W
pub fn pa4_dac1_ch1(self) -> &'a mut W
PA4 or DAC1_CH1 output if enabled
Auto Trait Implementations§
impl<'a> Freeze for COMP2INMSEL_W<'a>
impl<'a> !RefUnwindSafe for COMP2INMSEL_W<'a>
impl<'a> Send for COMP2INMSEL_W<'a>
impl<'a> !Sync for COMP2INMSEL_W<'a>
impl<'a> Unpin for COMP2INMSEL_W<'a>
impl<'a> !UnwindSafe for COMP2INMSEL_W<'a>
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