Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_imx/
Dfsl_mipi_dsi.c950 uint16_t actualRxByteCount; in DSI_TransferBlocking() local
1003 actualRxByteCount = 1U; in DSI_TransferBlocking()
1009 actualRxByteCount = 2U; in DSI_TransferBlocking()
1014 actualRxByteCount = (uint16_t)(rxPktHeader >> 8U); in DSI_TransferBlocking()
1020 actualRxByteCount = 0U; in DSI_TransferBlocking()
1023 xfer->rxDataSize = MIN(xfer->rxDataSize, actualRxByteCount); in DSI_TransferBlocking()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.c1134 uint16_t actualRxByteCount; in DSI_HandleResult() local
1176 actualRxByteCount = 1U; in DSI_HandleResult()
1182 actualRxByteCount = 2U; in DSI_HandleResult()
1187 actualRxByteCount = DSI_GetRxPacketWordCount(rxPktHeader); in DSI_HandleResult()
1193 actualRxByteCount = 0U; in DSI_HandleResult()
1196 xfer->rxDataSize = MIN(xfer->rxDataSize, actualRxByteCount); in DSI_HandleResult()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.c1135 uint16_t actualRxByteCount; in DSI_HandleResult() local
1177 actualRxByteCount = 1U; in DSI_HandleResult()
1183 actualRxByteCount = 2U; in DSI_HandleResult()
1188 actualRxByteCount = DSI_GetRxPacketWordCount(rxPktHeader); in DSI_HandleResult()
1194 actualRxByteCount = 0U; in DSI_HandleResult()
1197 xfer->rxDataSize = MIN(xfer->rxDataSize, actualRxByteCount); in DSI_HandleResult()