Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c35 #define BOOT2_SIZE_WORDS 64 macro
37 static uint32_t boot2_copyout[BOOT2_SIZE_WORDS];
50 for (int i = 0; i < BOOT2_SIZE_WORDS; ++i) in __no_inline_not_in_flash_func()