Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c117 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled);
149 st.uart_enable_notify_f = nhw_ufifo_enable_notify; in nhw_ufifo_backend_init()
257 static void nhw_ufifo_enable_notify(uint inst, uint8_t tx_enabled, uint8_t rx_enabled) { in nhw_ufifo_enable_notify() function