Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_iap.c26 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1301fe00U) macro
32 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x130010f0U) macro
210 #define VERSION1_FLASH_API_TREE BOOTLOADER_API_TREE_POINTER->flashDriver.version1FlashDriver
211 #define VERSION0_FLASH_API_TREE BOOTLOADER_API_TREE_POINTER->flashDriver.version0FlashDriver
222 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 …]
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_iap.c80 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)ROM_API_TREE) macro
83 #define FLEXSPI_API_TREE BOOTLOADER_API_TREE_POINTER->flexspiNorDriver
84 #define OTP_API_TREE BOOTLOADER_API_TREE_POINTER->otpDriver
95 BOOTLOADER_API_TREE_POINTER->runBootloader(option); in IAP_RunBootLoader()