Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_ll.h59 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
88 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_ll.h57 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
85 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_ll.h59 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
86 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_ll.h59 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
86 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_ll.h58 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
85 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_ll.h58 #define spi_flash_ll_set_command(dev, cmd, bitlen) gpspi_flash_ll_set_command((spi_dev_t*… macro
85 #define spi_flash_ll_set_command(dev, cmd, bitlen) spimem_flash_ll_set_command((spi_mem_d… macro
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc134 spi_flash_ll_set_command(dev, command, 16);
136 spi_flash_ll_set_command(dev, command, 8);
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_flash_ll.h316 static inline void spi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in spi_flash_ll_set_command() function