Struct esp32c3::apb_saradc::tsens_ctrl2::R
source · [−]pub struct R(_);Expand description
Register TSENS_CTRL2 reader
Implementations
sourceimpl R
impl R
sourcepub fn tsens_xpd_wait(&self) -> TSENS_XPD_WAIT_R
pub fn tsens_xpd_wait(&self) -> TSENS_XPD_WAIT_R
Bits 0:11 - the time that power up tsens need wait
sourcepub fn tsens_xpd_force(&self) -> TSENS_XPD_FORCE_R
pub fn tsens_xpd_force(&self) -> TSENS_XPD_FORCE_R
Bits 12:13 - force power up tsens
sourcepub fn tsens_clk_inv(&self) -> TSENS_CLK_INV_R
pub fn tsens_clk_inv(&self) -> TSENS_CLK_INV_R
Bit 14 - inv tsens clk
sourcepub fn tsens_clk_sel(&self) -> TSENS_CLK_SEL_R
pub fn tsens_clk_sel(&self) -> TSENS_CLK_SEL_R
Bit 15 - tsens clk select
Methods from Deref<Target = R<TSENS_CTRL2_SPEC>>
Trait Implementations
sourceimpl From<R<TSENS_CTRL2_SPEC>> for R
impl From<R<TSENS_CTRL2_SPEC>> for R
sourcefn from(reader: R<TSENS_CTRL2_SPEC>) -> Self
fn from(reader: R<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