Home
last modified time | relevance | path

Searched refs:runCmdFuncOption (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c277 function_command_option_t runCmdFuncOption; in FLASH_Erase() local
278runCmdFuncOption.commandAddr = 0x1300413bU; /*!< get the flash erase api location adress in rom */ in FLASH_Erase()
279 return runCmdFuncOption.eraseCommand(config, start, lengthInBytes, key); in FLASH_Erase()
300 function_command_option_t runCmdFuncOption; in FLASH_Program() local
301runCmdFuncOption.commandAddr = 0x1300419dU; /*!< get the flash program api location adress in rom*/ in FLASH_Program()
302 return runCmdFuncOption.programCommand(config, start, src, lengthInBytes); in FLASH_Program()
317 function_command_option_t runCmdFuncOption; in FLASH_Read() local
318 runCmdFuncOption.commandAddr = LPC55S69_REV0_FLASH_READ_ADDR; in FLASH_Read()
319 return runCmdFuncOption.flashReadCommand(config, start, dest, lengthInBytes); in FLASH_Read()
324 function_command_option_t runCmdFuncOption; in FLASH_Read() local
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local
293runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
294 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable()
304 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local
305runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
306 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local
293runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
294 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable()
304 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local
305runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
306 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local
293runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
294 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable()
304 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local
305runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
306 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/flash/src/
Dfsl_flash.c284 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local
285 runCmdFuncOption.commandAddr = 0x130366f9u; in FLASH_IsFlashAreaReadable()
286 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable()