Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_if.h22 typedef void (*uart_enable_notify_ft)(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
DNHW_UART_backend_fifo.c111 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
251 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_ufifo_enable_notify() argument
259 u_el->rx_on = rx_enabled; in nhw_ufifo_enable_notify()
262 ((tx_enabled == true) || (rx_enabled == true)) ) { in nhw_ufifo_enable_notify()