Module esp32c3_hal::pac::spi0::fsm
Expand description
SPI0 FSM status register
Structs
Type Definitions
Field
CSPI_LOCK_DELAY_TIME
reader - The lock delay time of SPI0/1 arbiter by spi0_slv_st, after PER is sent by SPI1.Field
CSPI_LOCK_DELAY_TIME
writer - The lock delay time of SPI0/1 arbiter by spi0_slv_st, after PER is sent by SPI1.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.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.