Searched refs:tx_enabled (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_UART_backend_if.h | 22 typedef void (*uart_enable_notify_ft)(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
|
D | NHW_UART_backend_pty.c | 64 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()
|
D | NHW_UART_backend_fifo.c | 117 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()
|