Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c262 uint32 paddingBytes = padding; in Qspi_Ip_ProcessDataRead() local
264 if (0U != paddingBytes) in Qspi_Ip_ProcessDataRead()
267 cnt = paddingBytes >> 2U; in Qspi_Ip_ProcessDataRead()
269 paddingBytes &= 0x3U; in Qspi_Ip_ProcessDataRead()
278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
348 uint32 paddingBytes = padding; in Qspi_Ip_ProcessDataVerify() local
351 if (0U != paddingBytes) in Qspi_Ip_ProcessDataVerify()
354 cnt = paddingBytes >> 2U; in Qspi_Ip_ProcessDataVerify()
356 paddingBytes &= 0x3U; in Qspi_Ip_ProcessDataVerify()
366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
[all …]