Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpsci/
Dfsl_lpsci.c42 kLPSCI_RxIdle, /*!< RX idle. */ enumerator
589 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferCreateHandle()
633 if (handle->rxState == kLPSCI_RxIdle) in LPSCI_TransferStopRingBuffer()
846 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferAbortReceive()
854 if (kLPSCI_RxIdle == handle->rxState) in LPSCI_TransferGetReceiveCount()
940 handle->rxState = kLPSCI_RxIdle; in LPSCI_TransferHandleIRQ()