pub struct W(_);Expand description
Register EVCTRL writer
Implementations
sourceimpl W
 
impl W
sourcepub fn flushinv(&mut self) -> FLUSHINV_W<'_>
 
pub fn flushinv(&mut self) -> FLUSHINV_W<'_>
Bit 2 - Flush Event Invert Enable
sourcepub fn startinv(&mut self) -> STARTINV_W<'_>
 
pub fn startinv(&mut self) -> STARTINV_W<'_>
Bit 3 - Start Conversion Event Invert Enable
sourcepub fn resrdyeo(&mut self) -> RESRDYEO_W<'_>
 
pub fn resrdyeo(&mut self) -> RESRDYEO_W<'_>
Bit 4 - Result Ready Event Out
sourcepub fn winmoneo(&mut self) -> WINMONEO_W<'_>
 
pub fn winmoneo(&mut self) -> WINMONEO_W<'_>
Bit 5 - Window Monitor Event Out
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