Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/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()