pub struct R(_);
Expand description
Register FSM_WAIT
reader
Implementations
sourceimpl R
impl R
sourcepub fn saradc_xpd_wait(&self) -> SARADC_XPD_WAIT_R
pub fn saradc_xpd_wait(&self) -> SARADC_XPD_WAIT_R
Bits 0:7 - Need add description
sourcepub fn saradc_rstb_wait(&self) -> SARADC_RSTB_WAIT_R
pub fn saradc_rstb_wait(&self) -> SARADC_RSTB_WAIT_R
Bits 8:15 - Need add description
sourcepub fn saradc_standby_wait(&self) -> SARADC_STANDBY_WAIT_R
pub fn saradc_standby_wait(&self) -> SARADC_STANDBY_WAIT_R
Bits 16:23 - Need add description
Methods from Deref<Target = R<FSM_WAIT_SPEC>>
Trait Implementations
sourceimpl From<R<FSM_WAIT_SPEC>> for R
impl From<R<FSM_WAIT_SPEC>> for R
sourcefn from(reader: R<FSM_WAIT_SPEC>) -> Self
fn from(reader: R<FSM_WAIT_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