Searched refs:wip (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/driver/ |
D | spi_bus_lock.c | 485 SPI_MASTER_ISR_ATTR static inline bool bg_exit_core(spi_bus_lock_t *lock, bool wip, BaseType_t *do_… in bg_exit_core() argument 488 if (wip) { in bg_exit_core() 715 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() argument 717 return bg_exit_core(lock, wip, do_yield); in spi_bus_lock_bg_exit()
|
/hal_espressif-3.4.0/components/spi_flash/include/ |
D | spi_flash_chip_generic.h | 390 esp_err_t spi_flash_chip_generic_yield(esp_flash_t* chip, uint32_t wip);
|
D | spi_flash_chip_driver.h | 195 esp_err_t (*yield)(esp_flash_t *chip, uint32_t wip);
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | spi_common_internal.h | 700 bool spi_bus_lock_bg_exit(spi_bus_lock_handle_t lock, bool wip, BaseType_t* do_yield);
|
/hal_espressif-3.4.0/components/spi_flash/ |
D | spi_flash_chip_generic.c | 379 esp_err_t spi_flash_chip_generic_yield(esp_flash_t* chip, uint32_t wip) in spi_flash_chip_generic_yield() argument 382 …uint32_t flags = wip? 1: 0; //check_yield() and yield() impls should not issue suspend/resume if t… in spi_flash_chip_generic_yield()
|