Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/
Dbootrom.h1021 int words_returned = rom_get_sys_info(result, 5, SYS_INFO_BOOT_INFO); in rom_get_boot_info()
1022 if (words_returned == (sizeof(result)/sizeof(result[0])) && result[0] == SYS_INFO_BOOT_INFO) { in rom_get_boot_info()
1032 int words_returned = rom_get_sys_info(result, 5, SYS_INFO_BOOT_INFO); in rom_get_last_boot_type_with_chained_flag()
1033 if (words_returned == count_of(result) && result[0] == SYS_INFO_BOOT_INFO) { in rom_get_last_boot_type_with_chained_flag()
/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h246 #define SYS_INFO_BOOT_INFO 0x0040 macro