Struct esp32c2::apb_saradc::apb_tsens_ctrl::R
source · [−]pub struct R(_);
Expand description
Register APB_TSENS_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn reg_tsens_out(&self) -> REG_TSENS_OUT_R
pub fn reg_tsens_out(&self) -> REG_TSENS_OUT_R
Bits 0:7 - Need add description
sourcepub fn reg_tsens_in_inv(&self) -> REG_TSENS_IN_INV_R
pub fn reg_tsens_in_inv(&self) -> REG_TSENS_IN_INV_R
Bit 13 - Need add description
sourcepub fn reg_tsens_clk_div(&self) -> REG_TSENS_CLK_DIV_R
pub fn reg_tsens_clk_div(&self) -> REG_TSENS_CLK_DIV_R
Bits 14:21 - Need add description
sourcepub fn reg_tsens_pu(&self) -> REG_TSENS_PU_R
pub fn reg_tsens_pu(&self) -> REG_TSENS_PU_R
Bit 22 - Need add description
Methods from Deref<Target = R<APB_TSENS_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<APB_TSENS_CTRL_SPEC>> for R
impl From<R<APB_TSENS_CTRL_SPEC>> for R
sourcefn from(reader: R<APB_TSENS_CTRL_SPEC>) -> Self
fn from(reader: R<APB_TSENS_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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