Searched refs:runCmdFuncOption (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/ |
D | fsl_iap.c | 269 function_command_option_t runCmdFuncOption; in FLASH_Erase() local 270 … runCmdFuncOption.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 285 …runCmdFuncOption.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 [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/ |
D | fsl_flash.c | 272 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable() 274 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable() 284 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local 285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable() 286 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/ |
D | fsl_flash.c | 272 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable() 274 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable() 284 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local 285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable() 286 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/ |
D | fsl_flash.c | 272 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable() 274 return runCmdFuncOption.isFlashAreaReadable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaReadable() 284 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaModifiable() local 285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable() 286 return runCmdFuncOption.isFlashAreaModifiable(config, startAddress, lengthInBytes); in FLASH_IsFlashAreaModifiable()
|