Home
last modified time | relevance | path

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

/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c46 #define FLASH_BUFFER_SIZE 256 /* SPI Flash block size */ macro
48 _Static_assert(IS_ALIGNED(FLASH_BUFFER_SIZE, 4), "Buffer size for SPI Flash operations must be 4-by…
154 uint8_t read_data[FLASH_BUFFER_SIZE] = {0}; in aligned_flash_read()
230 uint8_t write_data[FLASH_BUFFER_SIZE] = {0}; in aligned_flash_write()