pub struct W(_);
Expand description
Register EXT1
writer
Implementations
sourceimpl W
impl W
sourcepub fn t_erase_time(&mut self) -> T_ERASE_TIME_W<'_, 0>
pub fn t_erase_time(&mut self) -> T_ERASE_TIME_W<'_, 0>
Bits 0:11 - erase flash delay time by system clock.
sourcepub fn t_erase_shift(&mut self) -> T_ERASE_SHIFT_W<'_, 16>
pub fn t_erase_shift(&mut self) -> T_ERASE_SHIFT_W<'_, 16>
Bits 16:19 - erase flash delay time shift.
sourcepub fn t_erase_ena(&mut self) -> T_ERASE_ENA_W<'_, 31>
pub fn t_erase_ena(&mut self) -> T_ERASE_ENA_W<'_, 31>
Bit 31 - erase flash delay enable.
Methods from Deref<Target = W<EXT1_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more