Type Alias esp32h2::pcr::uart1_pd_ctrl::W
source · pub type W = W<UART1_PD_CTRL_SPEC>;
Expand description
Register UART1_PD_CTRL
writer
Aliased Type§
struct W { /* private fields */ }
Implementations§
source§impl W
impl W
sourcepub fn uart1_mem_force_pu(
&mut self,
) -> UART1_MEM_FORCE_PU_W<'_, UART1_PD_CTRL_SPEC>
pub fn uart1_mem_force_pu( &mut self, ) -> UART1_MEM_FORCE_PU_W<'_, UART1_PD_CTRL_SPEC>
Bit 1 - Set this bit to force power down UART1 memory.
sourcepub fn uart1_mem_force_pd(
&mut self,
) -> UART1_MEM_FORCE_PD_W<'_, UART1_PD_CTRL_SPEC>
pub fn uart1_mem_force_pd( &mut self, ) -> UART1_MEM_FORCE_PD_W<'_, UART1_PD_CTRL_SPEC>
Bit 2 - Set this bit to force power up UART1 memory.