Struct esp32c2_hal::pac::apb_saradc::apb_tsens_ctrl::R
pub struct R(_);
Expand description
Register APB_TSENS_CTRL
reader
Implementations§
§impl R
impl R
pub fn reg_tsens_out(&self) -> FieldReaderRaw<u8, u8>
pub fn reg_tsens_out(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Need add description
pub fn reg_tsens_in_inv(&self) -> BitReaderRaw<bool>
pub fn reg_tsens_in_inv(&self) -> BitReaderRaw<bool>
Bit 13 - Need add description
pub fn reg_tsens_clk_div(&self) -> FieldReaderRaw<u8, u8>
pub fn reg_tsens_clk_div(&self) -> FieldReaderRaw<u8, u8>
Bits 14:21 - Need add description
pub fn reg_tsens_pu(&self) -> BitReaderRaw<bool>
pub fn reg_tsens_pu(&self) -> BitReaderRaw<bool>
Bit 22 - Need add description
Methods from Deref<Target = R<APB_TSENS_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<APB_TSENS_CTRL_SPEC>> for R
impl From<R<APB_TSENS_CTRL_SPEC>> for R
§fn from(reader: R<APB_TSENS_CTRL_SPEC>) -> R
fn from(reader: R<APB_TSENS_CTRL_SPEC>) -> R
Converts to this type from the input type.