Struct esp32c3::apb_saradc::fsm_wait::W
source · pub struct W(_);
Expand description
Register FSM_WAIT
writer
Implementations
sourceimpl W
impl W
sourcepub fn saradc_xpd_wait(&mut self) -> SARADC_XPD_WAIT_W<'_, 0>
pub fn saradc_xpd_wait(&mut self) -> SARADC_XPD_WAIT_W<'_, 0>
Bits 0:7 - saradc_xpd_wait
sourcepub fn saradc_rstb_wait(&mut self) -> SARADC_RSTB_WAIT_W<'_, 8>
pub fn saradc_rstb_wait(&mut self) -> SARADC_RSTB_WAIT_W<'_, 8>
Bits 8:15 - saradc_rstb_wait
sourcepub fn saradc_standby_wait(&mut self) -> SARADC_STANDBY_WAIT_W<'_, 16>
pub fn saradc_standby_wait(&mut self) -> SARADC_STANDBY_WAIT_W<'_, 16>
Bits 16:23 - saradc_standby_wait
Methods from Deref<Target = W<FSM_WAIT_SPEC>>
Trait Implementations
sourceimpl From<W<FSM_WAIT_SPEC>> for W
impl From<W<FSM_WAIT_SPEC>> for W
sourcefn from(writer: W<FSM_WAIT_SPEC>) -> Self
fn from(writer: W<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