Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h137 typedef int (*bootrom_api_callback_generic_t)(uint32_t r0, uint32_t r1, uint32_t r2); typedef
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h57 typedef intptr_t (*rom_set_rom_callback_fn)(uint callback_num, bootrom_api_callback_generic_t funcp…
952 static inline intptr_t rom_set_rom_callback(uint callback_num, bootrom_api_callback_generic_t funcp… in rom_set_rom_callback()