Searched refs:BOOTLOADER_API_TREE_POINTER (Results 1 – 2 of 2) 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()600 assert(BOOTLOADER_API_TREE_POINTER); in kb_init()601 return BOOTLOADER_API_TREE_POINTER->kbApi->kb_init_function(session, options); in kb_init()612 assert(BOOTLOADER_API_TREE_POINTER); in kb_deinit()613 return BOOTLOADER_API_TREE_POINTER->kbApi->kb_deinit_function(session); in kb_deinit()636 assert(BOOTLOADER_API_TREE_POINTER); in kb_execute()[all …]
80 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)ROM_API_TREE) macro83 #define FLEXSPI_API_TREE BOOTLOADER_API_TREE_POINTER->flexspiNorDriver84 #define OTP_API_TREE BOOTLOADER_API_TREE_POINTER->otpDriver95 BOOTLOADER_API_TREE_POINTER->runBootloader(option); in IAP_RunBootLoader()