Searched refs:kLPUART_TxBusy (Results 1 – 4 of 4) sorted by relevance
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()
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()
33 kLPUART_TxBusy, /*!< TX busy. */ enumerator1342 if ((uint8_t)kLPUART_TxBusy == handle->txState) in LPUART_TransferSendNonBlocking()1351 handle->txState = (uint8_t)kLPUART_TxBusy; in LPUART_TransferSendNonBlocking()
297 kLPUART_TxBusy, /*!< TX busy. */ enumerator768 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_DmaGetStatus()1033 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_EdmaGetStatus()1300 stat.tx_busy = (((uint8_t)kLPUART_TxBusy == lpuart->handle->txState) ? (1U) : (0U)); in LPUART_NonBlockingGetStatus()