Searched refs:bg_ctrl_func_t (Results 1 – 2 of 2) sorted by relevance
57 typedef void (*bg_ctrl_func_t)(void*); typedef518 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);
203 bg_ctrl_func_t bg_enable; ///< Function to enable background operations.204 bg_ctrl_func_t bg_disable; ///< Function to disable background operations677 …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()