Searched refs:crtData (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/s32/drivers/s32k3/Fls/src/ |
| D | Qspi_Ip.c | 1354 uint8 * crtData = data; in Qspi_Ip_Read() local 1390 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chu… in Qspi_Ip_Read() 1394 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_Read() 1457 const uint8 * crtData = data; in Qspi_Ip_ProgramVerify() local 1493 …= Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, crtData, chunkSize); in Qspi_Ip_ProgramVerify() 1497 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_ProgramVerify()
|
| /hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/ |
| D | Qspi_Ip.c | 1437 uint8 * crtData = data; in Qspi_Ip_Read() local 1475 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chu… in Qspi_Ip_Read() 1479 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_Read() 1550 const uint8 * crtData = data; in Qspi_Ip_ProgramVerify() local 1588 …= Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, crtData, chunkSize); in Qspi_Ip_ProgramVerify() 1592 crtData = &(crtData[chunkSize - offset]); /* Handle alignment for the first read */ in Qspi_Ip_ProgramVerify()
|