pub struct W(_);
Expand description
Register CTRL1
writer
Implementations
sourceimpl W
impl W
sourcepub fn cs_hold_delay_res(&mut self) -> CS_HOLD_DELAY_RES_W<'_, 16>
pub fn cs_hold_delay_res(&mut self) -> CS_HOLD_DELAY_RES_W<'_, 16>
Bits 16:27 - Delay cycles of resume Flash when resume Flash is enable by spi clock.
sourcepub fn cs_hold_delay(&mut self) -> CS_HOLD_DELAY_W<'_, 28>
pub fn cs_hold_delay(&mut self) -> CS_HOLD_DELAY_W<'_, 28>
Bits 28:31 - SPI cs signal is delayed by spi clock cycles
Methods from Deref<Target = W<CTRL1_SPEC>>
Trait Implementations
sourceimpl From<W<CTRL1_SPEC>> for W
impl From<W<CTRL1_SPEC>> for W
sourcefn from(writer: W<CTRL1_SPEC>) -> Self
fn from(writer: W<CTRL1_SPEC>) -> Self
Converts to this type from the input type.
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