Type Alias R

Source
pub type R = R<FSM_SPEC>;
Expand description

Register FSM reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn st(&self) -> ST_R

Bits 0:3 - The status of spi state machine. 0: idle state, 1: preparation state, 2: send command state, 3: send data state, 4: red data state, 5:write data state, 6: wait state, 7: done state.

Source

pub fn mst_dma_rd_bytelen(&self) -> MST_DMA_RD_BYTELEN_R

Bits 12:31 - Define the master DMA read byte length in non seg-conf-trans or seg-conf-trans mode. Invalid when SPI_RX_EOF_EN is 0. Can be configured in CONF state..