Searched refs:runCmdFuncOption (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iap1/ |
| D | fsl_iap.c | 277 function_command_option_t runCmdFuncOption; in FLASH_Erase() local 278 … runCmdFuncOption.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 301 …runCmdFuncOption.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/ |
| D | fsl_flash.c | 292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 293 … runCmdFuncOption.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 305 … runCmdFuncOption.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/ |
| D | fsl_flash.c | 292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 293 … runCmdFuncOption.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 305 … runCmdFuncOption.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/ |
| D | fsl_flash.c | 292 function_command_option_t runCmdFuncOption; in FLASH_IsFlashAreaReadable() local 293 … runCmdFuncOption.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 305 … runCmdFuncOption.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/ |
| D | fsl_flash.c | 284 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()
|