Struct esp32::efuse::blk0_wdata5::W
source · pub struct W(_);Expand description
Register BLK0_WDATA5 writer
Implementations§
source§impl W
impl W
sourcepub fn reserve_0_181(&mut self) -> RESERVE_0_181_W<'_, 21>
pub fn reserve_0_181(&mut self) -> RESERVE_0_181_W<'_, 21>
Bit 21
sourcepub fn reserve_0_186(&mut self) -> RESERVE_0_186_W<'_, 26>
pub fn reserve_0_186(&mut self) -> RESERVE_0_186_W<'_, 26>
Bits 26:27
Methods from Deref<Target = W<BLK0_WDATA5_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