Searched refs:kLPUART_TxBusy (Results 1 – 6 of 6) sorted by relevance
41 kLPUART_TxBusy, /* TX busy. */ enumerator293 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA()299 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA()
30 kLPUART_TxBusy, /* TX busy. */ enumerator271 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendDMA()277 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendDMA()
33 kLPUART_TxBusy, /*!< TX busy. */ enumerator1604 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking()1620 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking()
30 kLPUART_TxBusy, /* TX busy. */ enumerator228 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_SendEDMA()234 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_SendEDMA()
32 kLPUART_TxBusy, /*!< TX busy. */ enumerator1543 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking()1559 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking()
311 kLPUART_TxBusy, /*!< TX busy. */ enumerator798 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_DmaGetStatus()1067 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()1363 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()