Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c25 kUSART_TxIdle, /* TX idle. */ enumerator
148 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandleDMA()
297 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSendDMA()
364 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCountDMA()
380 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferDMAHandleIRQ()
Dfsl_usart.c33 kUSART_TxIdle, /* TX idle. */ enumerator
780 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle()
865 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend()
885 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount()
1270 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_miniusart/
Dfsl_usart.c18 kUSART_TxIdle, /* TX idle. */ enumerator
587 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferCreateHandle()
663 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferAbortSend()
686 if ((uint8_t)kUSART_TxIdle == handle->txState) in USART_TransferGetSendCount()
996 handle->txState = (uint8_t)kUSART_TxIdle; in USART_TransferHandleIRQ()
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c84 kUSART_TxIdle, /*!< TX idle. */ enumerator
463 usart->handle->txState = (uint8_t)kUSART_TxIdle; in USART_DmaControl()
701 if ((uint8_t)kUSART_TxIdle == usart->handle->txState) in USART_NonBlockingGetTxCount()
751 usart->handle->txState = (uint8_t)kUSART_TxIdle; in USART_NonBlockingControl()