Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c1337 handle->writeTcrInIsr = false;
1543 handle->writeTcrInIsr = false;
1548 handle->writeTcrInIsr = true;
1735 if ((handle->isPcsContinuous) && (handle->writeTcrInIsr) && (!handle->isTxMask))
1738 handle->writeTcrInIsr = false;
1743 …e->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writeTcrInIsr))
Dfsl_lpspi.h358 volatile bool writeTcrInIsr; /*!< A flag that whether should write TCR in ISR. */ member