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 fastmem_force_pd(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_pd(&self) -> BitReaderRaw<bool>
Bit 12 - Fast RTC memory force power down
pub fn fastmem_force_pu(&self) -> BitReaderRaw<bool>
pub fn fastmem_force_pu(&self) -> BitReaderRaw<bool>
Bit 13 - Fast RTC memory force power up
pub fn fastmem_pd_en(&self) -> BitReaderRaw<bool>
pub fn fastmem_pd_en(&self) -> BitReaderRaw<bool>
Bit 14 - enable power down fast RTC memory in sleep
pub fn slowmem_force_pd(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_pd(&self) -> BitReaderRaw<bool>
Bit 15 - RTC memory force power down
pub fn slowmem_force_pu(&self) -> BitReaderRaw<bool>
pub fn slowmem_force_pu(&self) -> BitReaderRaw<bool>
Bit 16 - RTC memory force power up
pub fn slowmem_pd_en(&self) -> BitReaderRaw<bool>
pub fn slowmem_pd_en(&self) -> BitReaderRaw<bool>
Bit 17 - enable power down RTC memory in sleep
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.