Home
last modified time | relevance | path

Searched refs:spi_hal_user_start (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_hal.h206 void spi_hal_user_start(const spi_hal_context_t *hal);
/device/soc/esp/esp32/components/hal/
Dspi_hal_iram.c188 void spi_hal_user_start(const spi_hal_context_t *hal) in spi_hal_user_start() function
/device/soc/esp/esp32/components/driver/
Dspi_master.c572 spi_hal_user_start(hal); in spi_new_trans()