Struct esp32c6::pmu::backup_cfg::W
source · pub struct W(_);
Expand description
Register BACKUP_CFG
writer
Implementations§
source§impl W
impl W
sourcepub fn backup_sys_clk_no_div(&mut self) -> BACKUP_SYS_CLK_NO_DIV_W<'_, 31>
pub fn backup_sys_clk_no_div(&mut self) -> BACKUP_SYS_CLK_NO_DIV_W<'_, 31>
Bit 31 - need_des
Methods from Deref<Target = W<BACKUP_CFG_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