pub struct W(_);
Expand description
Register USER
writer
Implementations§
source§impl W
impl W
sourcepub fn cs_hold(&mut self) -> CS_HOLD_W<'_, 6>
pub fn cs_hold(&mut self) -> CS_HOLD_W<'_, 6>
Bit 6 - spi cs keep low when spi is in done phase. 1: enable 0: disable.
sourcepub fn cs_setup(&mut self) -> CS_SETUP_W<'_, 7>
pub fn cs_setup(&mut self) -> CS_SETUP_W<'_, 7>
Bit 7 - spi cs is enable when spi is in prepare phase. 1: enable 0: disable.
sourcepub fn ck_out_edge(&mut self) -> CK_OUT_EDGE_W<'_, 9>
pub fn ck_out_edge(&mut self) -> CK_OUT_EDGE_W<'_, 9>
Bit 9 - the bit combined with spi_mem_mosi_delay_mode bits to set mosi signal delay mode.
sourcepub fn usr_dummy_idle(&mut self) -> USR_DUMMY_IDLE_W<'_, 26>
pub fn usr_dummy_idle(&mut self) -> USR_DUMMY_IDLE_W<'_, 26>
Bit 26 - spi clock is disable in dummy phase when the bit is enable.
sourcepub fn usr_dummy(&mut self) -> USR_DUMMY_W<'_, 29>
pub fn usr_dummy(&mut self) -> USR_DUMMY_W<'_, 29>
Bit 29 - This bit enable the dummy phase of an operation.
Methods from Deref<Target = W<USER_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