Struct esp32c3::sensitive::apb_peripheral_access_0::W
source · pub struct W(_);
Expand description
Register APB_PERIPHERAL_ACCESS_0
writer
Implementations§
source§impl W
impl W
sourcepub fn apb_peripheral_access_lock(
&mut self
) -> APB_PERIPHERAL_ACCESS_LOCK_W<'_, 0>
pub fn apb_peripheral_access_lock( &mut self ) -> APB_PERIPHERAL_ACCESS_LOCK_W<'_, 0>
Bit 0 - apb_peripheral_access_lock
Methods from Deref<Target = W<APB_PERIPHERAL_ACCESS_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