pub struct W(_);Expand description
Register EVCTRL writer
Implementations
sourceimpl W
 
impl W
sourcepub fn startei0(&mut self) -> STARTEI0_W<'_>
 
pub fn startei0(&mut self) -> STARTEI0_W<'_>
Bit 0 - Start Conversion Event Input DAC 0
sourcepub fn startei1(&mut self) -> STARTEI1_W<'_>
 
pub fn startei1(&mut self) -> STARTEI1_W<'_>
Bit 1 - Start Conversion Event Input DAC 1
sourcepub fn emptyeo0(&mut self) -> EMPTYEO0_W<'_>
 
pub fn emptyeo0(&mut self) -> EMPTYEO0_W<'_>
Bit 2 - Data Buffer Empty Event Output DAC 0
sourcepub fn emptyeo1(&mut self) -> EMPTYEO1_W<'_>
 
pub fn emptyeo1(&mut self) -> EMPTYEO1_W<'_>
Bit 3 - Data Buffer Empty Event Output DAC 1
sourcepub fn resrdyeo0(&mut self) -> RESRDYEO0_W<'_>
 
pub fn resrdyeo0(&mut self) -> RESRDYEO0_W<'_>
Bit 6 - Result Ready Event Output 0
sourcepub fn resrdyeo1(&mut self) -> RESRDYEO1_W<'_>
 
pub fn resrdyeo1(&mut self) -> RESRDYEO1_W<'_>
Bit 7 - Result Ready Event Output 1
Methods from Deref<Target = W<EVCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<EVCTRL_SPEC>> for W
 
impl From<W<EVCTRL_SPEC>> for W
sourcefn from(writer: W<EVCTRL_SPEC>) -> Self
 
fn from(writer: W<EVCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more