Searched refs:bg_ctrl_func_t (Results 1 – 2 of 2) sorted by relevance
61 typedef void (*bg_ctrl_func_t)(void*); typedef529 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);
210 bg_ctrl_func_t bg_enable; ///< Function to enable background operations.211 bg_ctrl_func_t bg_disable; ///< Function to disable background operations644 …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()