Struct esp32_hal::pac::rtc_cntl::hold_force::R
pub struct R(_);
Expand description
Register HOLD_FORCE
reader
Implementations§
§impl R
impl R
pub fn adc1_hold_force(&self) -> BitReaderRaw<bool>
pub fn adc1_hold_force(&self) -> BitReaderRaw<bool>
Bit 0
pub fn adc2_hold_force(&self) -> BitReaderRaw<bool>
pub fn adc2_hold_force(&self) -> BitReaderRaw<bool>
Bit 1
pub fn pdac1_hold_force(&self) -> BitReaderRaw<bool>
pub fn pdac1_hold_force(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pdac2_hold_force(&self) -> BitReaderRaw<bool>
pub fn pdac2_hold_force(&self) -> BitReaderRaw<bool>
Bit 3
pub fn sense1_hold_force(&self) -> BitReaderRaw<bool>
pub fn sense1_hold_force(&self) -> BitReaderRaw<bool>
Bit 4
pub fn sense2_hold_force(&self) -> BitReaderRaw<bool>
pub fn sense2_hold_force(&self) -> BitReaderRaw<bool>
Bit 5
pub fn sense3_hold_force(&self) -> BitReaderRaw<bool>
pub fn sense3_hold_force(&self) -> BitReaderRaw<bool>
Bit 6
pub fn sense4_hold_force(&self) -> BitReaderRaw<bool>
pub fn sense4_hold_force(&self) -> BitReaderRaw<bool>
Bit 7
pub fn touch_pad0_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad0_hold_force(&self) -> BitReaderRaw<bool>
Bit 8
pub fn touch_pad1_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad1_hold_force(&self) -> BitReaderRaw<bool>
Bit 9
pub fn touch_pad2_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad2_hold_force(&self) -> BitReaderRaw<bool>
Bit 10
pub fn touch_pad3_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad3_hold_force(&self) -> BitReaderRaw<bool>
Bit 11
pub fn touch_pad4_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad4_hold_force(&self) -> BitReaderRaw<bool>
Bit 12
pub fn touch_pad5_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad5_hold_force(&self) -> BitReaderRaw<bool>
Bit 13
pub fn touch_pad6_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad6_hold_force(&self) -> BitReaderRaw<bool>
Bit 14
pub fn touch_pad7_hold_force(&self) -> BitReaderRaw<bool>
pub fn touch_pad7_hold_force(&self) -> BitReaderRaw<bool>
Bit 15
pub fn x32p_hold_force(&self) -> BitReaderRaw<bool>
pub fn x32p_hold_force(&self) -> BitReaderRaw<bool>
Bit 16
pub fn x32n_hold_force(&self) -> BitReaderRaw<bool>
pub fn x32n_hold_force(&self) -> BitReaderRaw<bool>
Bit 17
Methods from Deref<Target = R<HOLD_FORCE_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<HOLD_FORCE_SPEC>> for R
impl From<R<HOLD_FORCE_SPEC>> for R
§fn from(reader: R<HOLD_FORCE_SPEC>) -> R
fn from(reader: R<HOLD_FORCE_SPEC>) -> R
Converts to this type from the input type.