Searched refs:BOOTLOADER_API_TREE_POINTER (Results 1 – 1 of 1) sorted by relevance
26 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1301fe00U) macro32 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x130010f0U) macro210 #define VERSION1_FLASH_API_TREE BOOTLOADER_API_TREE_POINTER->flashDriver.version1FlashDriver211 #define VERSION0_FLASH_API_TREE BOOTLOADER_API_TREE_POINTER->flashDriver.version0FlashDriver222 if (BOOTLOADER_API_TREE_POINTER->bootloader_version.major == 3u) in get_rom_api_version()616 assert(BOOTLOADER_API_TREE_POINTER); in kb_init()617 return BOOTLOADER_API_TREE_POINTER->kbApi->kb_init_function(session, options); in kb_init()628 assert(BOOTLOADER_API_TREE_POINTER); in kb_deinit()629 return BOOTLOADER_API_TREE_POINTER->kbApi->kb_deinit_function(session); in kb_deinit()652 assert(BOOTLOADER_API_TREE_POINTER); in kb_execute()[all …]