pub struct R(_);
Expand description
Register EVCTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn startei0(&self) -> STARTEI0_R
pub fn startei0(&self) -> STARTEI0_R
Bit 0 - Start Conversion Event Input DAC 0
sourcepub fn startei1(&self) -> STARTEI1_R
pub fn startei1(&self) -> STARTEI1_R
Bit 1 - Start Conversion Event Input DAC 1
sourcepub fn emptyeo0(&self) -> EMPTYEO0_R
pub fn emptyeo0(&self) -> EMPTYEO0_R
Bit 2 - Data Buffer Empty Event Output DAC 0
sourcepub fn emptyeo1(&self) -> EMPTYEO1_R
pub fn emptyeo1(&self) -> EMPTYEO1_R
Bit 3 - Data Buffer Empty Event Output DAC 1
sourcepub fn resrdyeo0(&self) -> RESRDYEO0_R
pub fn resrdyeo0(&self) -> RESRDYEO0_R
Bit 6 - Result Ready Event Output 0
sourcepub fn resrdyeo1(&self) -> RESRDYEO1_R
pub fn resrdyeo1(&self) -> RESRDYEO1_R
Bit 7 - Result Ready Event Output 1
Methods from Deref<Target = R<EVCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<EVCTRL_SPEC>> for R
impl From<R<EVCTRL_SPEC>> for R
sourcefn from(reader: R<EVCTRL_SPEC>) -> Self
fn from(reader: R<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