Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_SAI.h194 uint32_t tx_busy : 1; ///< Transmitter busy flag member
DDriver_USART.h162 uint32_t tx_busy : 1; ///< Transmitter busy flag member
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c516 stat.tx_busy = ((uint8_t)kUART_TxBusy == uart->handle->txState) ? (1U) : (0U); in UART_SdmaGetStatus()
768 stat.tx_busy = (((uint8_t)kUART_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_NonBlockingGetStatus()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.c719 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_DmaGetStatus()
978 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_EdmaGetStatus()
1249 stat.tx_busy = (((uint8_t)kuart_TxBusy == uart->handle->txState) ? (1U) : (0U)); in UART_NonBlockingGetStatus()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c768 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()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c491 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_DmaGetStatus()
780 stat.tx_busy = (((uint8_t)kUSART_TxBusy == usart->handle->txState) ? (1U) : (0U)); in USART_NonBlockingGetStatus()