Struct esp32s2::rtc_io::xtal_32p_pad::W
source · pub struct W(_);
Expand description
Register XTAL_32P_PAD
writer
Implementations§
source§impl W
impl W
sourcepub fn x32p_fun_ie(&mut self) -> X32P_FUN_IE_W<'_, 13>
pub fn x32p_fun_ie(&mut self) -> X32P_FUN_IE_W<'_, 13>
Bit 13 - Input enable in normal execution.
sourcepub fn x32p_slp_oe(&mut self) -> X32P_SLP_OE_W<'_, 14>
pub fn x32p_slp_oe(&mut self) -> X32P_SLP_OE_W<'_, 14>
Bit 14 - output enable in sleep mode.
sourcepub fn x32p_slp_ie(&mut self) -> X32P_SLP_IE_W<'_, 15>
pub fn x32p_slp_ie(&mut self) -> X32P_SLP_IE_W<'_, 15>
Bit 15 - input enable in sleep mode.
sourcepub fn x32p_slp_sel(&mut self) -> X32P_SLP_SEL_W<'_, 16>
pub fn x32p_slp_sel(&mut self) -> X32P_SLP_SEL_W<'_, 16>
Bit 16 - 1: enable sleep mode. 0: no sleep mode.
sourcepub fn x32p_fun_sel(&mut self) -> X32P_FUN_SEL_W<'_, 17>
pub fn x32p_fun_sel(&mut self) -> X32P_FUN_SEL_W<'_, 17>
Bits 17:18 - Function selection.
sourcepub fn x32p_mux_sel(&mut self) -> X32P_MUX_SEL_W<'_, 19>
pub fn x32p_mux_sel(&mut self) -> X32P_MUX_SEL_W<'_, 19>
Bit 19 - 1: use RTC GPIO. 0: use digital GPIO.
sourcepub fn x32p_rue(&mut self) -> X32P_RUE_W<'_, 27>
pub fn x32p_rue(&mut self) -> X32P_RUE_W<'_, 27>
Bit 27 - Pull-down enable of the pad. 1: internal pull-down enabled. 0: internal pull-down disabled.
sourcepub fn x32p_rde(&mut self) -> X32P_RDE_W<'_, 28>
pub fn x32p_rde(&mut self) -> X32P_RDE_W<'_, 28>
Bit 28 - Pull-up enable of the pad. 1: internal pull-up enabled. 0: internal pull-up disabled.
sourcepub fn x32p_drv(&mut self) -> X32P_DRV_W<'_, 29>
pub fn x32p_drv(&mut self) -> X32P_DRV_W<'_, 29>
Bits 29:30 - Select the drive strength of the pad. 0: ~5 mA. 1: ~10 mA. 2: ~20 mA. 3: ~40 mA.