Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty.c64 static void nhw_upty_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
100 st.uart_enable_notify_f = nhw_upty_enable_notify; in nhw_upty_init()
151 static void nhw_upty_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_upty_enable_notify() function