Struct esp32s3_hal::pac::rtc_cntl::pad_hold::R
pub struct R(_);
Expand description
Register PAD_HOLD
reader
Implementations
impl R
impl R
pub fn touch_pad0_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad0_hold(&self) -> BitReaderRaw<bool>
Bit 0 - hold rtc pad0
pub fn touch_pad1_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad1_hold(&self) -> BitReaderRaw<bool>
Bit 1 - hold rtc pad-1
pub fn touch_pad2_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad2_hold(&self) -> BitReaderRaw<bool>
Bit 2 - hold rtc pad-2
pub fn touch_pad3_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad3_hold(&self) -> BitReaderRaw<bool>
Bit 3 - hold rtc pad-3
pub fn touch_pad4_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad4_hold(&self) -> BitReaderRaw<bool>
Bit 4 - hold rtc pad-4
pub fn touch_pad5_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad5_hold(&self) -> BitReaderRaw<bool>
Bit 5 - hold rtc pad-5
pub fn touch_pad6_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad6_hold(&self) -> BitReaderRaw<bool>
Bit 6 - hold rtc pad-6
pub fn touch_pad7_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad7_hold(&self) -> BitReaderRaw<bool>
Bit 7 - hold rtc pad-7
pub fn touch_pad8_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad8_hold(&self) -> BitReaderRaw<bool>
Bit 8 - hold rtc pad-8
pub fn touch_pad9_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad9_hold(&self) -> BitReaderRaw<bool>
Bit 9 - hold rtc pad-9
pub fn touch_pad10_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad10_hold(&self) -> BitReaderRaw<bool>
Bit 10 - hold rtc pad-10
pub fn touch_pad11_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad11_hold(&self) -> BitReaderRaw<bool>
Bit 11 - hold rtc pad-11
pub fn touch_pad12_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad12_hold(&self) -> BitReaderRaw<bool>
Bit 12 - hold rtc pad-12
pub fn touch_pad13_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad13_hold(&self) -> BitReaderRaw<bool>
Bit 13 - hold rtc pad-13
pub fn touch_pad14_hold(&self) -> BitReaderRaw<bool>
pub fn touch_pad14_hold(&self) -> BitReaderRaw<bool>
Bit 14 - hold rtc pad-14
pub fn pdac1_hold(&self) -> BitReaderRaw<bool>
pub fn pdac1_hold(&self) -> BitReaderRaw<bool>
Bit 17 - hold rtc pad-17
pub fn pdac2_hold(&self) -> BitReaderRaw<bool>
pub fn pdac2_hold(&self) -> BitReaderRaw<bool>
Bit 18 - hold rtc pad-18
pub fn pad19_hold(&self) -> BitReaderRaw<bool>
pub fn pad19_hold(&self) -> BitReaderRaw<bool>
Bit 19 - hold rtc pad-19
pub fn pad20_hold(&self) -> BitReaderRaw<bool>
pub fn pad20_hold(&self) -> BitReaderRaw<bool>
Bit 20 - hold rtc pad-20
pub fn pad21_hold(&self) -> BitReaderRaw<bool>
pub fn pad21_hold(&self) -> BitReaderRaw<bool>
Bit 21 - hold rtc pad-21
Methods from Deref<Target = R<PAD_HOLD_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<PAD_HOLD_SPEC>> for R
impl From<R<PAD_HOLD_SPEC>> for R
fn from(reader: R<PAD_HOLD_SPEC>) -> R
fn from(reader: R<PAD_HOLD_SPEC>) -> R
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