Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Dspi_flash_hal_common.inc131 spi_flash_ll_set_command(dev, command, 16);
133 spi_flash_ll_set_command(dev, command, 8);
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_flash_ll.h325 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