pub struct W(/* private fields */);Expand description
Register SPI_EXT1 writer
Implementations§
Source§impl W
impl W
Sourcepub fn erase_enable(&mut self) -> ERASE_ENABLE_W<'_>
pub fn erase_enable(&mut self) -> ERASE_ENABLE_W<'_>
Bit 31
Sourcepub fn erase_shift(&mut self) -> ERASE_SHIFT_W<'_>
pub fn erase_shift(&mut self) -> ERASE_SHIFT_W<'_>
Bits 16:19
Sourcepub fn erase_time(&mut self) -> ERASE_TIME_W<'_>
pub fn erase_time(&mut self) -> ERASE_TIME_W<'_>
Bits 0:11
Methods from Deref<Target = W<SPI_EXT1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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