Searched refs:spi_flash_ll_set_cs_pin (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_flash_ll.h | 54 #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/ |
D | spi_flash_ll.h | 52 #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/ |
D | spi_flash_ll.h | 54 #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/ |
D | spi_flash_ll.h | 54 #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/ |
D | spi_flash_ll.h | 53 #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/ |
D | spi_flash_ll.h | 53 #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/ |
D | spi_flash_ll.h | 230 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/ |
D | spi_flash_hal_common.inc | 49 spi_flash_ll_set_cs_pin(dev, ctx->cs_num);
|