Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h165 #define ROM_FUNC_FLASH_RANGE_ERASE ROM_TABLE_CODE('R', 'E') macro
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c122 …sh_range_erase_func = (rom_flash_range_erase_fn)rom_func_lookup_inline(ROM_FUNC_FLASH_RANGE_ERASE); in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h339 …ange_erase_fn func = (rom_flash_range_erase_fn) rom_func_lookup_inline(ROM_FUNC_FLASH_RANGE_ERASE); in rom_flash_range_erase()