Home
last modified time | relevance | path

Searched refs:byteCnt (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c260 uint32 byteCnt; in Qspi_Ip_ProcessDataRead() local
278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
281 *data = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataRead()
283 *data = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataRead()
311 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
346 uint32 byteCnt; in Qspi_Ip_ProcessDataVerify() local
366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
369 recvByte = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataVerify()
371 recvByte = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataVerify()
412 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
[all …]
DQspi_Ip_Hyperflash.c956 uint32 byteCnt = size; in Qspi_Ip_HyperflashProgram() local
957 const uint32 byteTotal = byteCnt + prePadding + postPadding; in Qspi_Ip_HyperflashProgram()
993 byteCnt -= 1U; in Qspi_Ip_HyperflashProgram()
997 while ((byteCnt >= 2U) && (STATUS_QSPI_IP_SUCCESS == status)) in Qspi_Ip_HyperflashProgram()
1004 byteCnt -= 2U; in Qspi_Ip_HyperflashProgram()
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Controller.c262 uint32 byteCnt; in Qspi_Ip_ProcessDataRead() local
280 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
283 *data = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataRead()
285 *data = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataRead()
313 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
348 uint32 byteCnt; in Qspi_Ip_ProcessDataVerify() local
368 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
371 recvByte = recvDataPtr[3U - byteCnt]; in Qspi_Ip_ProcessDataVerify()
373 recvByte = recvDataPtr[byteCnt]; in Qspi_Ip_ProcessDataVerify()
414 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
[all …]
DQspi_Ip_Hyperflash.c956 uint32 byteCnt = size; in Qspi_Ip_HyperflashProgram() local
957 const uint32 byteTotal = byteCnt + prePadding + postPadding; in Qspi_Ip_HyperflashProgram()
993 byteCnt -= 1U; in Qspi_Ip_HyperflashProgram()
997 while ((byteCnt >= 2U) && (STATUS_QSPI_IP_SUCCESS == status)) in Qspi_Ip_HyperflashProgram()
1004 byteCnt -= 2U; in Qspi_Ip_HyperflashProgram()