Home
last modified time | relevance | path

Searched refs:bg_ctrl_func_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h57 typedef void (*bg_ctrl_func_t)(void*); typedef
518 void spi_bus_lock_set_bg_control(spi_bus_lock_handle_t lock, bg_ctrl_func_t bg_enable,
519 bg_ctrl_func_t bg_disable, void *arg);
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c203 bg_ctrl_func_t bg_enable; ///< Function to enable background operations.
204 bg_ctrl_func_t bg_disable; ///< Function to disable background operations
677 …spi_bus_lock_set_bg_control(spi_bus_lock_handle_t lock, bg_ctrl_func_t bg_enable, bg_ctrl_func_t b… in spi_bus_lock_set_bg_control()