Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.c930 bool isTxMask = false; local
961 isTxMask = true;
1025 if (isTxMask)
1058 while (isTxMask && (LPSPI_GetRxFifoCount(base) == 0U))
1088 if (isPcsContinuous && !isTxMask)
1204 handle->isTxMask = false;
1269 handle->isTxMask = true;
1303 if (handle->isTxMask)
1323 if (handle->isTxMask)
1576 if (handle->isTxMask)
[all …]
Dfsl_lpspi.h378 volatile bool isTxMask; /*!< A flag that whether TCR[TXMSK] is set. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c58 bool isTxMask; member
988 if (stateParams->isTxMask)
1041 while ((stateParams->isTxMask) && (LPSPI_GetRxFifoCount(base) == 0U))
1206 stateParams.isTxMask = false;
1218 stateParams.isTxMask = true;
1275 if (stateParams.isPcsContinuous && !stateParams.isTxMask)
1360 handle->isTxMask = false;
1429 handle->isTxMask = true;
1471 if (handle->isTxMask)
1495 if (handle->isTxMask)
[all …]
Dfsl_lpspi.h382 volatile bool isTxMask; /*!< A flag that whether TCR[TXMSK] is set. */ member