Home
last modified time | relevance | path

Searched refs:spi_bus_lock_bg_exit (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/include/esp_private/
Dspi_common_internal.h693 bool spi_bus_lock_bg_exit(spi_bus_lock_handle_t lock, bool wip, int* do_yield);
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c756 SPI_MASTER_ISR_ATTR bool spi_bus_lock_bg_exit(spi_bus_lock_t* lock, bool wip, BaseType_t* do_yield) in spi_bus_lock_bg_exit() function
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c756 } while (!spi_bus_lock_bg_exit(lock, trans_found, &do_yield)); in spi_intr()