Struct esp32c6::pcr::uart1_pd_ctrl::W
source · pub struct W(_);
Expand description
Register UART1_PD_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn uart1_mem_force_pu(&mut self) -> UART1_MEM_FORCE_PU_W<'_, 1>
pub fn uart1_mem_force_pu(&mut self) -> UART1_MEM_FORCE_PU_W<'_, 1>
Bit 1 - Set this bit to force power down UART1 memory.
sourcepub fn uart1_mem_force_pd(&mut self) -> UART1_MEM_FORCE_PD_W<'_, 2>
pub fn uart1_mem_force_pd(&mut self) -> UART1_MEM_FORCE_PD_W<'_, 2>
Bit 2 - Set this bit to force power up UART1 memory.
Methods from Deref<Target = W<UART1_PD_CTRL_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