Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iap1/
Dfsl_iap.c51 uint32_t commandAddr; member
270 … runCmdFuncOption.commandAddr = 0x1300413bU; /*!< get the flash erase api location adress in rom */ in FLASH_Erase()
285 …runCmdFuncOption.commandAddr = 0x1300419dU; /*!< get the flash program api location adress in rom*/ in FLASH_Program()
302 runCmdFuncOption.commandAddr = LPC55S69_REV0_FLASH_READ_ADDR; in FLASH_Read()
311 runCmdFuncOption.commandAddr = LPC55S69_REV1_FLASH_READ_ADDR; in FLASH_Read()
315 runCmdFuncOption.commandAddr = LPC55S16_REV0_FLASH_READ_ADDR; in FLASH_Read()
345 …runCmdFuncOption.commandAddr = 0x1300427dU; /*!< get the flash verify program api location adress … in FLASH_VerifyProgram()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c27 uint32_t commandAddr; member
273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c27 uint32_t commandAddr; member
273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c27 uint32_t commandAddr; member
273 … runCmdFuncOption.commandAddr = 0x13028c41U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaReadable()
285 … runCmdFuncOption.commandAddr = 0x13028ca1U; /*!< get the flash erase api location adress in rom */ in FLASH_IsFlashAreaModifiable()
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/drivers/runbootloader/src/
Dfsl_runbootloader.c29 uint32_t commandAddr; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/drivers/runbootloader/src/
Dfsl_runbootloader.c29 uint32_t commandAddr; member
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/drivers/runbootloader/src/
Dfsl_runbootloader.c29 uint32_t commandAddr; member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c736 void PXP_SetNextCommand(PXP_Type *base, void *commandAddr) in PXP_SetNextCommand() argument
743 addr.pvoid = commandAddr; in PXP_SetNextCommand()
Dfsl_pxp.h1820 void PXP_SetNextCommand(PXP_Type *base, void *commandAddr);