Home
last modified time | relevance | path

Searched refs:spi_flash_ll_set_cs_pin (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_ll.h54 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
83 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_ll.h52 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
80 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_ll.h54 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
81 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_ll.h54 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
81 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_ll.h53 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
80 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_ll.h53 #define spi_flash_ll_set_cs_pin(dev, pin) gpspi_flash_ll_set_cs_pin((spi_dev_t*)… macro
80 #define spi_flash_ll_set_cs_pin(dev, pin) spimem_flash_ll_set_cs_pin((spi_mem_de… macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_flash_ll.h230 static inline void spi_flash_ll_set_cs_pin(spi_dev_t *dev, int pin) in spi_flash_ll_set_cs_pin() function
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc49 spi_flash_ll_set_cs_pin(dev, ctx->cs_num);