Searched refs:spi_flash_ll_set_clock (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_flash_ll.h | 56 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 85 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_flash_ll.h | 54 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 82 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_flash_ll.h | 56 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 83 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_flash_ll.h | 56 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 83 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_flash_ll.h | 55 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 82 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_flash_ll.h | 55 #define spi_flash_ll_set_clock(dev, clk) gpspi_flash_ll_set_clock((spi_dev_t*)d… macro 82 #define spi_flash_ll_set_clock(dev, clk) spimem_flash_ll_set_clock((spi_mem_dev… macro
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_flash_ll.h | 279 static inline void spi_flash_ll_set_clock(spi_dev_t *dev, spi_flash_ll_clock_reg_t *clock_val) in spi_flash_ll_set_clock() function
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_hal_common.inc | 50 spi_flash_ll_set_clock(dev, &ctx->clock_conf);
|