Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
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 …]