Struct esp32c3::apb_saradc::tsens_ctrl2::W
source · pub struct W(_);Expand description
Register 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 - the time that power up tsens need wait
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 - force power up tsens
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 - inv tsens clk
sourcepub fn tsens_clk_sel(&mut self) -> TSENS_CLK_SEL_W<'_, 15>
pub fn tsens_clk_sel(&mut self) -> TSENS_CLK_SEL_W<'_, 15>
Bit 15 - tsens clk select
Methods from Deref<Target = W<TSENS_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<W<TSENS_CTRL2_SPEC>> for W
impl From<W<TSENS_CTRL2_SPEC>> for W
sourcefn from(writer: W<TSENS_CTRL2_SPEC>) -> Self
fn from(writer: W<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