pub struct COMP2OUTSEL_W<'a> { /* private fields */ }
Expand description
Field COMP2OUTSEL
writer - Comparator 2 output selection
Implementations§
Source§impl<'a> COMP2OUTSEL_W<'a>
impl<'a> COMP2OUTSEL_W<'a>
Sourcepub fn variant(self, variant: COMP2OUTSEL_A) -> &'a mut W
pub fn variant(self, variant: COMP2OUTSEL_A) -> &'a mut W
Writes variant
to the field
Sourcepub fn no_selection(self) -> &'a mut W
pub fn no_selection(self) -> &'a mut W
No selection
Sourcepub fn timer1break_input(self) -> &'a mut W
pub fn timer1break_input(self) -> &'a mut W
Timer 1 break input
Sourcepub fn timer1input_capture1(self) -> &'a mut W
pub fn timer1input_capture1(self) -> &'a mut W
Timer 1 Input capture 1
Sourcepub fn timer1ocref_clear_input(self) -> &'a mut W
pub fn timer1ocref_clear_input(self) -> &'a mut W
Timer 1 OCrefclear input
Sourcepub fn timer2input_capture4(self) -> &'a mut W
pub fn timer2input_capture4(self) -> &'a mut W
Timer 2 input capture 4
Sourcepub fn timer2ocref_clear_input(self) -> &'a mut W
pub fn timer2ocref_clear_input(self) -> &'a mut W
Timer 2 OCrefclear input
Sourcepub fn timer3input_capture1(self) -> &'a mut W
pub fn timer3input_capture1(self) -> &'a mut W
Timer 3 input capture 1
Sourcepub fn timer3ocref_clear_input(self) -> &'a mut W
pub fn timer3ocref_clear_input(self) -> &'a mut W
Timer 3 OCrefclear input
Auto Trait Implementations§
impl<'a> Freeze for COMP2OUTSEL_W<'a>
impl<'a> RefUnwindSafe for COMP2OUTSEL_W<'a>
impl<'a> Send for COMP2OUTSEL_W<'a>
impl<'a> Sync for COMP2OUTSEL_W<'a>
impl<'a> Unpin for COMP2OUTSEL_W<'a>
impl<'a> !UnwindSafe for COMP2OUTSEL_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