Home
last modified time | relevance | path

Searched refs:spi_flash_ll_host_idle (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_flash_hal_gpspi.c42 return spi_flash_ll_host_idle(dev); in spi_flash_hal_gpspi_check_status()
Dspi_flash_hal_iram.c107 uint32_t status = spi_flash_ll_host_idle(dev); in spi_flash_hal_check_status()
117 status &= spi_flash_ll_host_idle(&SPI0); in spi_flash_hal_check_status()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_ll.h52 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
81 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_ll.h50 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
78 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_ll.h52 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
79 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_ll.h52 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
79 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_ll.h51 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
78 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_ll.h51 #define spi_flash_ll_host_idle(dev) gpspi_flash_ll_host_idle((spi_dev_t*)d… macro
78 #define spi_flash_ll_host_idle(dev) spimem_flash_ll_host_idle((spi_mem_dev… macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_flash_ll.h216 static inline bool spi_flash_ll_host_idle(const spi_dev_t *dev) in spi_flash_ll_host_idle() function