pub type W = W<USER_SPEC>;
Expand description
Register USER
writer
Aliased Type§
pub struct W { /* private fields */ }
Implementations§
Source§impl W
impl W
Sourcepub fn cs_hold(&mut self) -> CS_HOLD_W<'_, USER_SPEC>
pub fn cs_hold(&mut self) -> CS_HOLD_W<'_, USER_SPEC>
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<'_, USER_SPEC>
pub fn cs_setup(&mut self) -> CS_SETUP_W<'_, USER_SPEC>
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<'_, USER_SPEC>
pub fn ck_out_edge(&mut self) -> CK_OUT_EDGE_W<'_, USER_SPEC>
Bit 9 - The bit combined with SPI_MEM_CK_IDLE_EDGE bit to control SPI clock mode 0~3.
Sourcepub fn usr_dummy_idle(&mut self) -> USR_DUMMY_IDLE_W<'_, USER_SPEC>
pub fn usr_dummy_idle(&mut self) -> USR_DUMMY_IDLE_W<'_, USER_SPEC>
Bit 26 - spi clock is disable in dummy phase when the bit is enable.
Sourcepub fn usr_dummy(&mut self) -> USR_DUMMY_W<'_, USER_SPEC>
pub fn usr_dummy(&mut self) -> USR_DUMMY_W<'_, USER_SPEC>
Bit 29 - This bit enable the dummy phase of an operation.