Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h518 void spi_bus_lock_set_bg_control(spi_bus_lock_handle_t lock, bg_ctrl_func_t bg_enable,
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c677 void spi_bus_lock_set_bg_control(spi_bus_lock_handle_t lock, bg_ctrl_func_t bg_enable, bg_ctrl_func… in spi_bus_lock_set_bg_control() function
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c269 spi_bus_lock_set_bg_control(lock, spi_bus_intr_enable, spi_bus_intr_disable, host); in spi_master_init_driver()