Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c222 uint32_t end_bound = (align_addr/page_size + 1) * page_size; in memspi_host_write_data_slicer() local
224 uint32_t max_len = MIN(end_bound - align_addr, SPI_FLASH_HAL_MAX_WRITE_BYTES); in memspi_host_write_data_slicer()