Struct esp32c3::apb_ctrl::retention_ctrl::W
source · pub struct W(_);
Expand description
Register RETENTION_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn retention_link_addr(&mut self) -> RETENTION_LINK_ADDR_W<'_, 0>
pub fn retention_link_addr(&mut self) -> RETENTION_LINK_ADDR_W<'_, 0>
Bits 0:26 - reg_retention_link_addr
sourcepub fn nobypass_cpu_iso_rst(&mut self) -> NOBYPASS_CPU_ISO_RST_W<'_, 27>
pub fn nobypass_cpu_iso_rst(&mut self) -> NOBYPASS_CPU_ISO_RST_W<'_, 27>
Bit 27 - reg_nobypass_cpu_iso_rst
Methods from Deref<Target = W<RETENTION_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