Struct esp32s2::sens::sar_tsens_ctrl2::W
source · pub struct W(_);
Expand description
Register SAR_TSENS_CTRL2
writer
Implementations
sourceimpl W
impl W
sourcepub fn tsens_xpd_wait(&mut self) -> TSENS_XPD_WAIT_W<'_, 0>
pub fn tsens_xpd_wait(&mut self) -> TSENS_XPD_WAIT_W<'_, 0>
Bits 0:11
sourcepub fn tsens_xpd_force(&mut self) -> TSENS_XPD_FORCE_W<'_, 12>
pub fn tsens_xpd_force(&mut self) -> TSENS_XPD_FORCE_W<'_, 12>
Bits 12:13
sourcepub fn tsens_clk_inv(&mut self) -> TSENS_CLK_INV_W<'_, 14>
pub fn tsens_clk_inv(&mut self) -> TSENS_CLK_INV_W<'_, 14>
Bit 14
sourcepub fn tsens_clkgate_en(&mut self) -> TSENS_CLKGATE_EN_W<'_, 15>
pub fn tsens_clkgate_en(&mut self) -> TSENS_CLKGATE_EN_W<'_, 15>
Bit 15 - Enable temperature sensor clock.
sourcepub fn tsens_reset(&mut self) -> TSENS_RESET_W<'_, 16>
pub fn tsens_reset(&mut self) -> TSENS_RESET_W<'_, 16>
Bit 16 - Reset temperature sensor.
Methods from Deref<Target = W<SAR_TSENS_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<W<SAR_TSENS_CTRL2_SPEC>> for W
impl From<W<SAR_TSENS_CTRL2_SPEC>> for W
sourcefn from(writer: W<SAR_TSENS_CTRL2_SPEC>) -> Self
fn from(writer: W<SAR_TSENS_CTRL2_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