Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mcx_romapi/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1303fc00U) macro
153 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
154 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
164 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Deinit()
165 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_deinit(config); in FLASH_Deinit()
176 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
177 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
188 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
189 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
201 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_VerifyErase()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
161 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
164 ret = BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
168 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_init(config); in FLASH_Init()
184 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
185 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
190 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
191 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
202 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
203 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
161 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
164 ret = BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
168 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_init(config); in FLASH_Init()
184 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
185 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
190 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
191 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
202 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
203 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
161 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
164 ret = BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
168 return BOOTLOADER_API_TREE_POINTER->flashDriver->ffr_init(config); in FLASH_Init()
184 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
185 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
190 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
191 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
202 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
203 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mcx_romapi/mem_interface/src/
Dfsl_mem_interface.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1303fc00U) macro
68 assert(BOOTLOADER_API_TREE_POINTER); in API_Version()
69 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->version; in API_Version()
75 assert(BOOTLOADER_API_TREE_POINTER); in API_Init()
76 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_init(coreCtx, param); in API_Init()
82 assert(BOOTLOADER_API_TREE_POINTER); in API_Deinit()
83 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_deinit(coreCtx); in API_Deinit()
89 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Init()
90 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_init(coreCtx); in MEM_Init()
97 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Write()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5534/drivers/mem_interface/src/
Dfsl_mem_interface.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
68 assert(BOOTLOADER_API_TREE_POINTER); in API_Version()
69 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->version; in API_Version()
75 assert(BOOTLOADER_API_TREE_POINTER); in API_Init()
76 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_init(coreCtx, param); in API_Init()
82 assert(BOOTLOADER_API_TREE_POINTER); in API_Deinit()
83 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_deinit(coreCtx); in API_Deinit()
89 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Init()
90 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_init(coreCtx); in MEM_Init()
97 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Write()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5536/drivers/mem_interface/src/
Dfsl_mem_interface.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
68 assert(BOOTLOADER_API_TREE_POINTER); in API_Version()
69 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->version; in API_Version()
75 assert(BOOTLOADER_API_TREE_POINTER); in API_Init()
76 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_init(coreCtx, param); in API_Init()
82 assert(BOOTLOADER_API_TREE_POINTER); in API_Deinit()
83 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_deinit(coreCtx); in API_Deinit()
89 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Init()
90 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_init(coreCtx); in MEM_Init()
97 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Write()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S36/drivers/mem_interface/src/
Dfsl_mem_interface.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
68 assert(BOOTLOADER_API_TREE_POINTER); in API_Version()
69 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->version; in API_Version()
75 assert(BOOTLOADER_API_TREE_POINTER); in API_Init()
76 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_init(coreCtx, param); in API_Init()
82 assert(BOOTLOADER_API_TREE_POINTER); in API_Deinit()
83 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->api_deinit(coreCtx); in API_Deinit()
89 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Init()
90 return BOOTLOADER_API_TREE_POINTER->iapAPIDriver->mem_init(coreCtx); in MEM_Init()
97 assert(BOOTLOADER_API_TREE_POINTER); in MEM_Write()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mcx_romapi/nboot/src/
Dfsl_nboot.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1303fc00U) macro
82 assert(BOOTLOADER_API_TREE_POINTER); in NBOOT_GenerateRandom()
83 …return BOOTLOADER_API_TREE_POINTER->nbootDriver->romapi_rng_generate_random(output, outputByteLen); in NBOOT_GenerateRandom()
97 assert(BOOTLOADER_API_TREE_POINTER); in NBOOT_ContextInit()
98 return BOOTLOADER_API_TREE_POINTER->nbootDriver->nboot_context_init(context); in NBOOT_ContextInit()
112 assert(BOOTLOADER_API_TREE_POINTER); in NBOOT_ContextDeinit()
113 return BOOTLOADER_API_TREE_POINTER->nbootDriver->nboot_context_deinit(context); in NBOOT_ContextDeinit()
136 assert(BOOTLOADER_API_TREE_POINTER); in NBOOT_Sb3LoadManifest()
137 …return BOOTLOADER_API_TREE_POINTER->nbootDriver->nboot_sb3_load_manifest(context, manifest, parms); in NBOOT_Sb3LoadManifest()
157 assert(BOOTLOADER_API_TREE_POINTER); in NBOOT_Sb3LoadBlock()
[all …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/iap1/
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()
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 …]
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/mcx_romapi/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1303fc00U) macro
50 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
51 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5534/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
50 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
51 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC5536/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
50 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
51 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC55S36/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
50 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
51 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT595S/drivers/
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT633S/drivers/
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT685S/drivers/
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT533S/drivers/
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()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MIMXRT555S/drivers/
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()