Searched refs:spi_flash_ll_set_command (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_flash_ll.h | 59 #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/ |
D | spi_flash_ll.h | 57 #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/ |
D | spi_flash_ll.h | 59 #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/ |
D | spi_flash_ll.h | 59 #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/ |
D | spi_flash_ll.h | 58 #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/ |
D | spi_flash_ll.h | 58 #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/ |
D | spi_flash_hal_common.inc | 134 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/ |
D | spi_flash_ll.h | 316 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
|