Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/
Dmemspi_host_driver.c24 #define SPI_FLASH_HAL_MAX_WRITE_BYTES 64 macro
227 uint32_t max_len = MIN(end_bound - align_addr, SPI_FLASH_HAL_MAX_WRITE_BYTES); in memspi_host_write_data_slicer()
/hal_espressif-3.6.0/components/hal/include/hal/
Dspi_flash_hal.h31 #define SPI_FLASH_HAL_MAX_WRITE_BYTES 64 macro