Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h166 #define ROM_FUNC_FLASH_RANGE_PROGRAM ROM_TABLE_CODE('R', 'P') macro
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c159 …ge_program_func = (rom_flash_range_program_fn)rom_func_lookup_inline(ROM_FUNC_FLASH_RANGE_PROGRAM); in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h364 …rogram_fn func = (rom_flash_range_program_fn) rom_func_lookup_inline(ROM_FUNC_FLASH_RANGE_PROGRAM); in rom_flash_range_program()