Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h63 bool CTS_blocking; /* CTS is blocking the Tx (i.e. it is high), member
DNHW_UART.c553 if (u_el->CTS_blocking == false) { in nhw_UARTE_CTS_lowered()
558 u_el->CTS_blocking = false; in nhw_UARTE_CTS_lowered()
574 if (nhw_uarte_st[inst].CTS_blocking == true) { in nhw_UARTE_CTS_raised()
577 nhw_uarte_st[inst].CTS_blocking = true; in nhw_UARTE_CTS_raised()
924 if ((flow_control_on(inst) == false) || (u_el->CTS_blocking == false)) { in nhw_UART_Tx_queue_byte()