Struct esp32::sens::sar_meas_wait1::W
source · pub struct W(_);
Expand description
Register SAR_MEAS_WAIT1
writer
Implementations§
source§impl W
impl W
sourcepub fn sar_amp_wait1(&mut self) -> SAR_AMP_WAIT1_W<'_, 0>
pub fn sar_amp_wait1(&mut self) -> SAR_AMP_WAIT1_W<'_, 0>
Bits 0:15
sourcepub fn sar_amp_wait2(&mut self) -> SAR_AMP_WAIT2_W<'_, 16>
pub fn sar_amp_wait2(&mut self) -> SAR_AMP_WAIT2_W<'_, 16>
Bits 16:31
Methods from Deref<Target = W<SAR_MEAS_WAIT1_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