Home
last modified time | relevance | path

Searched refs:wip (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/driver/
Dspi_bus_lock.c485 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/
Dspi_flash_chip_generic.h390 esp_err_t spi_flash_chip_generic_yield(esp_flash_t* chip, uint32_t wip);
Dspi_flash_chip_driver.h195 esp_err_t (*yield)(esp_flash_t *chip, uint32_t wip);
/hal_espressif-3.4.0/components/driver/include/driver/
Dspi_common_internal.h700 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/
Dspi_flash_chip_generic.c379 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()