pub struct W(_);
Expand description
Register SAR_MEAS_START1
writer
Implementations
sourceimpl W
impl W
sourcepub fn meas1_start_sar(&mut self) -> MEAS1_START_SAR_W<'_, 17>
pub fn meas1_start_sar(&mut self) -> MEAS1_START_SAR_W<'_, 17>
Bit 17 - SAR ADC1 controller (in RTC) starts conversion only active when reg_meas1_start_force = 1
sourcepub fn meas1_start_force(&mut self) -> MEAS1_START_FORCE_W<'_, 18>
pub fn meas1_start_force(&mut self) -> MEAS1_START_FORCE_W<'_, 18>
Bit 18 - 1: SAR ADC1 controller (in RTC) is started by SW 0: SAR ADC1 controller is started by ULP-coprocessor
sourcepub fn sar1_en_pad(&mut self) -> SAR1_EN_PAD_W<'_, 19>
pub fn sar1_en_pad(&mut self) -> SAR1_EN_PAD_W<'_, 19>
Bits 19:30 - SAR ADC1 pad enable bitmap only active when reg_sar1_en_pad_force = 1
sourcepub fn sar1_en_pad_force(&mut self) -> SAR1_EN_PAD_FORCE_W<'_, 31>
pub fn sar1_en_pad_force(&mut self) -> SAR1_EN_PAD_FORCE_W<'_, 31>
Bit 31 - 1: SAR ADC1 pad enable bitmap is controlled by SW 0: SAR ADC1 pad enable bitmap is controlled by ULP-coprocessor
Methods from Deref<Target = W<SAR_MEAS_START1_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_MEAS_START1_SPEC>> for W
impl From<W<SAR_MEAS_START1_SPEC>> for W
sourcefn from(writer: W<SAR_MEAS_START1_SPEC>) -> Self
fn from(writer: W<SAR_MEAS_START1_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