Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
151 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
152 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
163 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
164 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
169 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
170 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
182 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
183 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
195 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_VerifyErase()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
151 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
152 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
163 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
164 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
169 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
170 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
182 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
183 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
195 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_VerifyErase()
[all …]
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c18 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
151 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Init()
152 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_init(config); in FLASH_Init()
163 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Erase()
164 return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase(config, start, lengthInBytes, key); in FLASH_Erase()
169 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_EraseNonBlocking()
170 …return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_erase_non_blocking(config, start, lengthInB… in FLASH_EraseNonBlocking()
182 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_Program()
183 … return BOOTLOADER_API_TREE_POINTER->flashDriver->flash_program(config, start, src, lengthInBytes); in FLASH_Program()
195 assert(BOOTLOADER_API_TREE_POINTER); in FLASH_VerifyErase()
[all …]
/hal_nxp-3.5.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()
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-3.5.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.5.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.5.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.5.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()
/hal_nxp-3.5.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.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
145 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
146 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
145 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
146 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/runbootloader/src/
Dfsl_runbootloader.c20 #define BOOTLOADER_API_TREE_POINTER ((bootloader_tree_t *)0x1302FC00U) macro
145 assert(BOOTLOADER_API_TREE_POINTER); in bootloader_user_entry()
146 BOOTLOADER_API_TREE_POINTER->runBootloader(arg); in bootloader_user_entry()