Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_ll.h56 #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/
Dspi_flash_ll.h54 #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/
Dspi_flash_ll.h56 #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/
Dspi_flash_ll.h56 #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/
Dspi_flash_ll.h55 #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/
Dspi_flash_ll.h55 #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/
Dspi_flash_ll.h279 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/
Dspi_flash_hal_common.inc50 spi_flash_ll_set_clock(dev, &ctx->clock_conf);