pub struct W(_);
Expand description
Register CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn fdummy_out(&mut self) -> FDUMMY_OUT_W<'_, 3>
pub fn fdummy_out(&mut self) -> FDUMMY_OUT_W<'_, 3>
Bit 3 - In the DUMMY phase the signal level of SPI bus is output by the SPI0 controller.
sourcepub fn fdout_oct(&mut self) -> FDOUT_OCT_W<'_, 4>
pub fn fdout_oct(&mut self) -> FDOUT_OCT_W<'_, 4>
Bit 4 - Set this bit to enable 8-bit-mode(8-bm) in DOUT phase.
sourcepub fn fdin_oct(&mut self) -> FDIN_OCT_W<'_, 5>
pub fn fdin_oct(&mut self) -> FDIN_OCT_W<'_, 5>
Bit 5 - Set this bit to enable 8-bit-mode(8-bm) in DIN phase.
sourcepub fn faddr_oct(&mut self) -> FADDR_OCT_W<'_, 6>
pub fn faddr_oct(&mut self) -> FADDR_OCT_W<'_, 6>
Bit 6 - Set this bit to enable 8-bit-mode(8-bm) in ADDR phase.
sourcepub fn fcmd_dual(&mut self) -> FCMD_DUAL_W<'_, 7>
pub fn fcmd_dual(&mut self) -> FCMD_DUAL_W<'_, 7>
Bit 7 - Set this bit to enable 2-bit-mode(2-bm) in CMD phase.
sourcepub fn fcmd_quad(&mut self) -> FCMD_QUAD_W<'_, 8>
pub fn fcmd_quad(&mut self) -> FCMD_QUAD_W<'_, 8>
Bit 8 - Set this bit to enable 4-bit-mode(4-bm) in CMD phase.
sourcepub fn fcmd_oct(&mut self) -> FCMD_OCT_W<'_, 9>
pub fn fcmd_oct(&mut self) -> FCMD_OCT_W<'_, 9>
Bit 9 - Set this bit to enable 8-bit-mode(8-bm) in CMD phase.
sourcepub fn fastrd_mode(&mut self) -> FASTRD_MODE_W<'_, 13>
pub fn fastrd_mode(&mut self) -> FASTRD_MODE_W<'_, 13>
Bit 13 - This bit should be set when SPI_MEM_FREAD_QIO, SPI_MEM_FREAD_DIO, SPI_MEM_FREAD_QUAD or SPI_MEM_FREAD_DUAL is set.
sourcepub fn fread_dual(&mut self) -> FREAD_DUAL_W<'_, 14>
pub fn fread_dual(&mut self) -> FREAD_DUAL_W<'_, 14>
Bit 14 - In hardware 0x3B read operation, DIN phase apply 2 signals. 1: enable 0: disable.
sourcepub fn q_pol(&mut self) -> Q_POL_W<'_, 18>
pub fn q_pol(&mut self) -> Q_POL_W<'_, 18>
Bit 18 - The bit is used to set MISO line polarity, 1: high 0, low
sourcepub fn d_pol(&mut self) -> D_POL_W<'_, 19>
pub fn d_pol(&mut self) -> D_POL_W<'_, 19>
Bit 19 - The bit is used to set MOSI line polarity, 1: high 0, low
sourcepub fn fread_quad(&mut self) -> FREAD_QUAD_W<'_, 20>
pub fn fread_quad(&mut self) -> FREAD_QUAD_W<'_, 20>
Bit 20 - In hardware 0x6B read operation, DIN phase apply 4 signals(4-bit-mode). 1: enable 0: disable.
sourcepub fn wp(&mut self) -> WP_W<'_, 21>
pub fn wp(&mut self) -> WP_W<'_, 21>
Bit 21 - Write protect signal output when SPI is idle. 1: output high, 0: output low.
sourcepub fn fread_dio(&mut self) -> FREAD_DIO_W<'_, 23>
pub fn fread_dio(&mut self) -> FREAD_DIO_W<'_, 23>
Bit 23 - In hardware 0xBB read operation, ADDR phase and DIN phase apply 2 signals(2-bit-mode). 1: enable 0: disable.
sourcepub fn fread_qio(&mut self) -> FREAD_QIO_W<'_, 24>
pub fn fread_qio(&mut self) -> FREAD_QIO_W<'_, 24>
Bit 24 - In hardware 0xEB read operation, ADDR phase and DIN phase apply 4 signals(4-bit-mode). 1: enable 0: disable.