Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/lpc/
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-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c521 void PXP_SetNextCommand(PXP_Type *base, void *commandAddr) in PXP_SetNextCommand() argument
528 addr.pvoid = commandAddr; in PXP_SetNextCommand()
Dfsl_pxp.h1104 void PXP_SetNextCommand(PXP_Type *base, void *commandAddr);