Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h195 #define ROM_FUNC_LOAD_PARTITION_TABLE ROM_TABLE_CODE('L', 'P') macro
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h700 …able_fn func = (rom_load_partition_table_fn) rom_func_lookup_inline(ROM_FUNC_LOAD_PARTITION_TABLE); in rom_load_partition_table()