Type Alias esp32s2::rtc_cntl::pwc::W

source ·
pub type W = W<PWC_SPEC>;
Expand description

Register PWC writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn fastmem_force_noiso(&mut self) -> FASTMEM_FORCE_NOISO_W<'_, PWC_SPEC>

Bit 0 - Set this bit to disable the force isolation to the RTC fast memory.

source

pub fn fastmem_force_iso(&mut self) -> FASTMEM_FORCE_ISO_W<'_, PWC_SPEC>

Bit 1 - Set this bit to force isolate the RTC fast memory.

source

pub fn slowmem_force_noiso(&mut self) -> SLOWMEM_FORCE_NOISO_W<'_, PWC_SPEC>

Bit 2 - Set this bit to disable the force isolation to the RTC slow memory.

source

pub fn slowmem_force_iso(&mut self) -> SLOWMEM_FORCE_ISO_W<'_, PWC_SPEC>

Bit 3 - Set this bit to force isolate the RTC slow memory.

source

pub fn force_iso(&mut self) -> FORCE_ISO_W<'_, PWC_SPEC>

Bit 4 - Set this bit to force isolate the RTC peripherals.

source

pub fn force_noiso(&mut self) -> FORCE_NOISO_W<'_, PWC_SPEC>

Bit 5 - Set this bit to disable the force isolation to the RTC peripherals.

source

pub fn fastmem_folw_cpu(&mut self) -> FASTMEM_FOLW_CPU_W<'_, PWC_SPEC>

Bit 6 - Set 1 to FPD the RTC fast memory when the CPU is powered down. Set 0 to FPD the RTC fast memory when the RTC main state machine is powered down.

source

pub fn fastmem_force_lpd(&mut self) -> FASTMEM_FORCE_LPD_W<'_, PWC_SPEC>

Bit 7 - Set this bit to force not retain the RTC fast memory.

source

pub fn fastmem_force_lpu(&mut self) -> FASTMEM_FORCE_LPU_W<'_, PWC_SPEC>

Bit 8 - Set this bit to force retain the RTC fast memory.

source

pub fn slowmem_folw_cpu(&mut self) -> SLOWMEM_FOLW_CPU_W<'_, PWC_SPEC>

Bit 9 - Set 1 to FPD the RTC slow memory when the CPU is powered down. Set 0 to FPD the RTC slow memory when the RTC main state machine is powered down.

source

pub fn slowmem_force_lpd(&mut self) -> SLOWMEM_FORCE_LPD_W<'_, PWC_SPEC>

Bit 10 - Set this bit to force not retain the RTC slow memory.

source

pub fn slowmem_force_lpu(&mut self) -> SLOWMEM_FORCE_LPU_W<'_, PWC_SPEC>

Bit 11 - Set this bit to force retain the RTC slow memory.

source

pub fn fastmem_force_pd(&mut self) -> FASTMEM_FORCE_PD_W<'_, PWC_SPEC>

Bit 12 - Set this bit to FPD the RTC fast memory.

source

pub fn fastmem_force_pu(&mut self) -> FASTMEM_FORCE_PU_W<'_, PWC_SPEC>

Bit 13 - Set this bit to FPU the RTC fast memory.

source

pub fn fastmem_pd_en(&mut self) -> FASTMEM_PD_EN_W<'_, PWC_SPEC>

Bit 14 - Set this bit to enable PD for the RTC fast memory in sleep.

source

pub fn slowmem_force_pd(&mut self) -> SLOWMEM_FORCE_PD_W<'_, PWC_SPEC>

Bit 15 - Set this bit to FPD the RTC slow memory.

source

pub fn slowmem_force_pu(&mut self) -> SLOWMEM_FORCE_PU_W<'_, PWC_SPEC>

Bit 16 - Set this bit to FPU the RTC slow memory.

source

pub fn slowmem_pd_en(&mut self) -> SLOWMEM_PD_EN_W<'_, PWC_SPEC>

Bit 17 - Set this bit to enable PD for the RTC slow memory in sleep.

source

pub fn force_pd(&mut self) -> FORCE_PD_W<'_, PWC_SPEC>

Bit 18 - Set this bit to FPD the RTC peripherals.

source

pub fn force_pu(&mut self) -> FORCE_PU_W<'_, PWC_SPEC>

Bit 19 - Set this bit to FPU the RTC peripherals.

source

pub fn pd_en(&mut self) -> PD_EN_W<'_, PWC_SPEC>

Bit 20 - Set this bit to enable PD for the RTC peripherals in sleep.

source

pub fn pad_force_hold(&mut self) -> PAD_FORCE_HOLD_W<'_, PWC_SPEC>

Bit 21 - Set this bit the force hold the RTC GPIOs.