Module esp32c2_hal::pac::spi0::ctrl2
Expand description
SPI0 control2 register.
Structs
Type Definitions
Field
CS_HOLD_DELAY
reader - These bits are used to set the minimum CS high time tSHSL between SPI burst transfer when accesses to flash. tSHSL is (SPI_MEM_CS_HOLD_DELAY[5:0] + 1) MSPI core clock cycles.Field
CS_HOLD_DELAY
writer - These bits are used to set the minimum CS high time tSHSL between SPI burst transfer when accesses to flash. tSHSL is (SPI_MEM_CS_HOLD_DELAY[5:0] + 1) MSPI core clock cycles.Field
CS_HOLD_TIME
reader - Spi cs signal is delayed to inactive by spi clock this bits are combined with spi_mem_cs_hold bit.Field
CS_HOLD_TIME
writer - Spi cs signal is delayed to inactive by spi clock this bits are combined with spi_mem_cs_hold bit.Field
CS_SETUP_TIME
reader - (cycles-1) of prepare phase by spi clock this bits are combined with spi_mem_cs_setup bit.Field
CS_SETUP_TIME
writer - (cycles-1) of prepare phase by spi clock this bits are combined with spi_mem_cs_setup bit.Field
SYNC_RESET
writer - The FSM will be reset.