Struct esp32s2::system::rom_ctrl_1::W
source · pub struct W(_);
Expand description
Register ROM_CTRL_1
writer
Implementations§
source§impl W
impl W
sourcepub fn rom_force_pd(&mut self) -> ROM_FORCE_PD_W<'_, 0>
pub fn rom_force_pd(&mut self) -> ROM_FORCE_PD_W<'_, 0>
Bits 0:1 - This field is used to power down internal ROM.
sourcepub fn rom_force_pu(&mut self) -> ROM_FORCE_PU_W<'_, 2>
pub fn rom_force_pu(&mut self) -> ROM_FORCE_PU_W<'_, 2>
Bits 2:3 - This field is used to power up internal ROM.
Methods from Deref<Target = W<ROM_CTRL_1_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