Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.c111 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
143 st.uart_enable_notify_f = nhw_ufifo_enable_notify; in nhw_ufifo_backend_init()
251 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_ufifo_enable_notify() function