Home
last modified time | relevance | path

Searched defs:bg_enable (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/driver/
Dspi_bus_lock.c210 bg_ctrl_func_t bg_enable; ///< Function to enable background operations. member
296 IRAM_ATTR static inline void bg_enable(spi_bus_lock_t* lock) in bg_enable() function
644 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()