Lines Matching refs:runCmdFuncOption

269         function_command_option_t runCmdFuncOption;  in FLASH_Erase()  local
270runCmdFuncOption.commandAddr = 0x1300413bU; /*!< get the flash erase api location adress in rom */ in FLASH_Erase()
271 return runCmdFuncOption.eraseCommand(config, start, lengthInBytes, key); in FLASH_Erase()
284 function_command_option_t runCmdFuncOption; in FLASH_Program() local
285runCmdFuncOption.commandAddr = 0x1300419dU; /*!< get the flash program api location adress in rom*/ in FLASH_Program()
286 return runCmdFuncOption.programCommand(config, start, src, lengthInBytes); in FLASH_Program()
301 function_command_option_t runCmdFuncOption; in FLASH_Read() local
302 runCmdFuncOption.commandAddr = LPC55S69_REV0_FLASH_READ_ADDR; in FLASH_Read()
303 return runCmdFuncOption.flashReadCommand(config, start, dest, lengthInBytes); in FLASH_Read()
308 function_command_option_t runCmdFuncOption; in FLASH_Read() local
311 runCmdFuncOption.commandAddr = LPC55S69_REV1_FLASH_READ_ADDR; in FLASH_Read()
315 runCmdFuncOption.commandAddr = LPC55S16_REV0_FLASH_READ_ADDR; in FLASH_Read()
317 return runCmdFuncOption.flashReadCommand(config, start, dest, lengthInBytes); in FLASH_Read()
344 function_command_option_t runCmdFuncOption; in FLASH_VerifyProgram() local
345runCmdFuncOption.commandAddr = 0x1300427dU; /*!< get the flash verify program api location adress … in FLASH_VerifyProgram()
346 …return runCmdFuncOption.verifyProgramCommand(config, start, lengthInBytes, expectedData, failedAdd… in FLASH_VerifyProgram()