Struct esp32s3_hal::pac::rtc_cntl::pwc::R
pub struct R(_);
Expand description
Register PWC
reader
Implementations§
§impl R
impl R
pub fn fastmem_force_noiso(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_noiso(&self) -> BitReaderRaw<bool>
Bit 0 - Fast RTC memory force no ISO
pub fn fastmem_force_iso(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_iso(&self) -> BitReaderRaw<bool>
Bit 1 - Fast RTC memory force ISO
pub fn slowmem_force_noiso(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_noiso(&self) -> BitReaderRaw<bool>
Bit 2 - RTC memory force no ISO
pub fn slowmem_force_iso(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_iso(&self) -> BitReaderRaw<bool>
Bit 3 - RTC memory force ISO
pub fn force_noiso(&self) -> BitReaderRaw<bool>
pub fn force_noiso(&self) -> BitReaderRaw<bool>
Bit 5 - rtc_peri force no ISO
pub fn fastmem_folw_cpu(&self) -> BitReaderRaw<bool>
pub fn fastmem_folw_cpu(&self) -> BitReaderRaw<bool>
Bit 6 - 1: Fast RTC memory PD following CPU, 0: fast RTC memory PD following RTC state machine
pub fn fastmem_force_lpd(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_lpd(&self) -> BitReaderRaw<bool>
Bit 7 - Fast RTC memory force PD
pub fn fastmem_force_lpu(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_lpu(&self) -> BitReaderRaw<bool>
Bit 8 - Fast RTC memory force no PD
pub fn slowmem_folw_cpu(&self) -> BitReaderRaw<bool>
pub fn slowmem_folw_cpu(&self) -> BitReaderRaw<bool>
Bit 9 - 1: RTC memory PD following CPU, 0: RTC memory PD following RTC state machine
pub fn slowmem_force_lpd(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_lpd(&self) -> BitReaderRaw<bool>
Bit 10 - RTC memory force PD
pub fn slowmem_force_lpu(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_lpu(&self) -> BitReaderRaw<bool>
Bit 11 - RTC memory force no PD
pub fn pad_force_hold(&self) -> BitReaderRaw<bool>
pub fn pad_force_hold(&self) -> BitReaderRaw<bool>
Bit 21 - rtc pad force hold
Methods from Deref<Target = R<PWC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.