Struct esp32s3::rtc_io::xtal_32n_pad::W   
source · pub struct W(_);Expand description
Register XTAL_32N_PAD writer
Implementations§
source§impl W
 
impl W
sourcepub fn x32n_fun_ie(&mut self) -> X32N_FUN_IE_W<'_, 13>
 
pub fn x32n_fun_ie(&mut self) -> X32N_FUN_IE_W<'_, 13>
Bit 13 - input enable in work mode
sourcepub fn x32n_slp_oe(&mut self) -> X32N_SLP_OE_W<'_, 14>
 
pub fn x32n_slp_oe(&mut self) -> X32N_SLP_OE_W<'_, 14>
Bit 14 - output enable in sleep mode
sourcepub fn x32n_slp_ie(&mut self) -> X32N_SLP_IE_W<'_, 15>
 
pub fn x32n_slp_ie(&mut self) -> X32N_SLP_IE_W<'_, 15>
Bit 15 - input enable in sleep mode
sourcepub fn x32n_slp_sel(&mut self) -> X32N_SLP_SEL_W<'_, 16>
 
pub fn x32n_slp_sel(&mut self) -> X32N_SLP_SEL_W<'_, 16>
Bit 16 - 1: enable sleep mode during sleep,0: no sleep mode
sourcepub fn x32n_fun_sel(&mut self) -> X32N_FUN_SEL_W<'_, 17>
 
pub fn x32n_fun_sel(&mut self) -> X32N_FUN_SEL_W<'_, 17>
Bits 17:18 - function sel
sourcepub fn x32n_mux_sel(&mut self) -> X32N_MUX_SEL_W<'_, 19>
 
pub fn x32n_mux_sel(&mut self) -> X32N_MUX_SEL_W<'_, 19>
Bit 19 - 1: use RTC GPIO,0: use digital GPIO
sourcepub fn x32n_rue(&mut self) -> X32N_RUE_W<'_, 27>
 
pub fn x32n_rue(&mut self) -> X32N_RUE_W<'_, 27>
Bit 27 - RUE
sourcepub fn x32n_rde(&mut self) -> X32N_RDE_W<'_, 28>
 
pub fn x32n_rde(&mut self) -> X32N_RDE_W<'_, 28>
Bit 28 - RDE
sourcepub fn x32n_drv(&mut self) -> X32N_DRV_W<'_, 29>
 
pub fn x32n_drv(&mut self) -> X32N_DRV_W<'_, 29>
Bits 29:30 - DRV
Methods from Deref<Target = W<XTAL_32N_PAD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more