Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/include/driver/
Dspi_common_internal.h61 typedef void (*bg_ctrl_func_t)(void*); typedef
529 void spi_bus_lock_set_bg_control(spi_bus_lock_handle_t lock, bg_ctrl_func_t bg_enable,
530 bg_ctrl_func_t bg_disable, void *arg);
/hal_espressif-2.7.6/components/driver/
Dspi_bus_lock.c210 bg_ctrl_func_t bg_enable; ///< Function to enable background operations.
211 bg_ctrl_func_t bg_disable; ///< Function to disable background operations
644 …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()