Home
last modified time | relevance | path

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

/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() local
197 return rom_table_lookup(func_table, code); in rom_func_lookup_inline()