Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h16 #define BOOTROM_FUNC_TABLE_OFFSET 0x14 macro
32 #define BOOTROM_TABLE_LOOKUP_OFFSET (BOOTROM_FUNC_TABLE_OFFSET + BOOTROM_WELL_KNOWN_PTR_SIZE)
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h196 uint16_t *func_table = (uint16_t *) rom_hword_as_ptr(BOOTROM_FUNC_TABLE_OFFSET); in rom_func_lookup_inline()