pub struct W(_);
Expand description
Register ROM_PD_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn pro_rom_pd(&mut self) -> PRO_ROM_PD_W<'_, 0>
pub fn pro_rom_pd(&mut self) -> PRO_ROM_PD_W<'_, 0>
Bit 0
sourcepub fn app_rom_pd(&mut self) -> APP_ROM_PD_W<'_, 1>
pub fn app_rom_pd(&mut self) -> APP_ROM_PD_W<'_, 1>
Bit 1
Bits 2:7
Methods from Deref<Target = W<ROM_PD_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ROM_PD_CTRL_SPEC>> for W
impl From<W<ROM_PD_CTRL_SPEC>> for W
sourcefn from(writer: W<ROM_PD_CTRL_SPEC>) -> Self
fn from(writer: W<ROM_PD_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more