Struct esp32s2::pms::apb_peripheral_0::W
source · pub struct W(_);
Expand description
Register APB_PERIPHERAL_0
writer
Implementations§
source§impl W
impl W
sourcepub fn apb_peripheral_lock(&mut self) -> APB_PERIPHERAL_LOCK_W<'_, 0>
pub fn apb_peripheral_lock(&mut self) -> APB_PERIPHERAL_LOCK_W<'_, 0>
Bit 0 - Lock register. Setting to 1 locks TX Copy DMA permission control registers.
Methods from Deref<Target = W<APB_PERIPHERAL_0_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