Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Controller.c259 uint32 wordSize; in Qspi_Ip_ProcessDataRead() local
275 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataRead()
278 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
288 sizeRemaining -= wordSize; in Qspi_Ip_ProcessDataRead()
310 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataRead()
311 for (byteCnt = 0U; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataRead()
347 uint32 wordSize; in Qspi_Ip_ProcessDataVerify() local
362 wordSize = Qspi_Ip_GetWordSize(sizeRemaining); in Qspi_Ip_ProcessDataVerify()
363 sizeRemaining -= wordSize; in Qspi_Ip_ProcessDataVerify()
366 for (byteCnt = paddingBytes; byteCnt < wordSize; byteCnt++) in Qspi_Ip_ProcessDataVerify()
[all …]