Struct esp32s2::apb_saradc::fsm::W
source · pub struct W(_);
Expand description
Register FSM
writer
Implementations§
source§impl W
impl W
sourcepub fn sample_num(&mut self) -> SAMPLE_NUM_W<'_, 16>
pub fn sample_num(&mut self) -> SAMPLE_NUM_W<'_, 16>
Bits 16:23 - sample number
sourcepub fn sample_cycle(&mut self) -> SAMPLE_CYCLE_W<'_, 24>
pub fn sample_cycle(&mut self) -> SAMPLE_CYCLE_W<'_, 24>
Bits 24:31 - sample cycles
Methods from Deref<Target = W<FSM_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more