Type Alias esp32c3::spi0::fsm::CSPI_ST_R

source ·
pub type CSPI_ST_R = FieldReader;
Expand description

Field CSPI_ST reader - The current status of SPI0 slave FSM: spi0_slv_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 CSPI_ST_R { /* private fields */ }