Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW727C/drivers/
Dfsl_romapi.c125 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_Program() local
152 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_Program()
171 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_Program()
203 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_ProgramPage() local
230 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_ProgramPage()
253 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_ProgramPage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_romapi.c125 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_Program() local
152 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_Program()
171 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_Program()
203 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_ProgramPage() local
230 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_ProgramPage()
253 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_ProgramPage()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.c207 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_Program() local
233 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_Program()
252 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_Program()
274 uint32_t extraBytes = lengthInBytes - alignedLength; in FLASH_ProgramPage() local
300 if ((kStatus_FLASH_Success == status) && (extraBytes > 0U)) in FLASH_ProgramPage()
323 (void)memcpy(xDataPtr.xDataVoid, srcPtr.srcVoid, extraBytes); in FLASH_ProgramPage()