Type Alias esp32c3::spi0::fsm::EM_ST_R

source ·
pub type EM_ST_R = FieldReader;
Expand description

Field EM_ST reader - The current status of SPI0 master FSM: spi0_mst_st. 0: idle state, 1:EM_CACHE_GRANT , 2: program/erase suspend state, 3: SPI0 read data state, 4: wait cache/EDMA sent data is stored in SPI0 TX FIFO, 5: SPI0 write data state.

Aliased Type§

struct EM_ST_R { /* private fields */ }