Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h21 Tx_Pend /* Waiting for CTS to lower to start Tx'ing */, enumerator
DNHW_UART.c564 if (u_el->tx_status == Tx_Pend) { in nhw_UARTE_CTS_lowered()
847 if (u_el->tx_status == Tx_Pend) { in nhw_UARTE_TASK_STOPTX()
927 u_el->tx_status = Tx_Pend; in nhw_UART_Tx_queue_byte()
1170 if ((u_el->tx_status == Tx_Pend) || (u_el->tx_status == Txing)) { in nhw_UARTE_regw_sideeffects_TXD()