Type Alias esp32c3::spi1::cmd::MSPI_ST_R

source ·
pub type MSPI_ST_R = FieldReader;
Expand description

Field MSPI_ST reader - The current status of SPI1 slave FSM: mspi_st. 0: idle state, 1: preparation state, 2: send command state, 3: send address state, 4: wait state, 5: read data state, 6:write data state, 7: done state, 8: read data end state.

Aliased Type§

struct MSPI_ST_R { /* private fields */ }