pub struct W(_);
Expand description
Register FSM
writer
Implementations
sourceimpl W
impl W
sourcepub fn cspi_lock_delay_time(&mut self) -> CSPI_LOCK_DELAY_TIME_W<'_, 7>
pub fn cspi_lock_delay_time(&mut self) -> CSPI_LOCK_DELAY_TIME_W<'_, 7>
Bits 7:11 - The lock delay time of SPI0/1 arbiter by spi0_slv_st, after PER is sent by SPI1.
Methods from Deref<Target = W<FSM_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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