Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_private.h25 enum uart_rx_status {Rx_Off = 0, Rx_turning_off /* Waiting for RX TO */, Rx_On}; enumerator
DNHW_UART.c680 u_el->rx_status = Rx_On; in nhw_UARTE_TASK_STARTRX()
689 u_el->rx_status = Rx_On; in nhw_UARTE_TASK_STARTRX()
1146 && (u_el->rx_status == Rx_On)) { in nhw_UARTE_regr_sideeffects_RXD()