Lines Matching refs:runCmdFuncOption

277         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
327 runCmdFuncOption.commandAddr = LPC55S69_REV1_FLASH_READ_ADDR; in FLASH_Read()
331 runCmdFuncOption.commandAddr = LPC55S16_REV0_FLASH_READ_ADDR; in FLASH_Read()
333 return runCmdFuncOption.flashReadCommand(config, start, dest, lengthInBytes); in FLASH_Read()
360 function_command_option_t runCmdFuncOption; in FLASH_VerifyProgram() local
361runCmdFuncOption.commandAddr = 0x1300427dU; /*!< get the flash verify program api location adress … in FLASH_VerifyProgram()
362 …return runCmdFuncOption.verifyProgramCommand(config, start, lengthInBytes, expectedData, failedAdd… in FLASH_VerifyProgram()