Home
last modified time | relevance | path

Searched refs:tx_enabled (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/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_pty.c64 static void nhw_upty_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
151 static void nhw_upty_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_upty_enable_notify() argument
152 (void) tx_enabled; in nhw_upty_enable_notify()
DNHW_UART_backend_fifo.c117 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
257 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_ufifo_enable_notify() argument
264 u_el->tx_on = tx_enabled; in nhw_ufifo_enable_notify()
268 ((tx_enabled == true) || (rx_enabled == true)) ) { in nhw_ufifo_enable_notify()