Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART.c102 static struct uarte_status nhw_uarte_st[NHW_UARTE_TOTAL_INST];
129 static void nhw_UARTE_Tx_send_byte(unsigned int inst, struct uarte_status *u_el);
130 static void nhw_UART_Tx_queue_byte(uint inst, struct uarte_status *u_el, uint16_t byte);
131 static void nhw_UARTE_Rx_DMA_attempt(uint inst, struct uarte_status *u_el);
132 static void raise_RTS_R(uint inst, struct uarte_status *u_el);
147 struct uarte_status *u_el = &nhw_uarte_st[i]; in nhw_uarte_init()
198 struct uarte_status *u_el = &nhw_uarte_st[i]; in nhw_uarte_cleanup()
227 struct uarte_status *u_el = &nhw_uarte_st[inst]; in nhw_uarte_register_rx_cb()
237 struct uarte_status *u_el = &nhw_uarte_st[inst]; in nhw_UARTE_backend_register()
253 struct uarte_status * u_el = &nhw_uarte_st[i]; in nhw_uarte_update_timer()
[all …]
DNHW_UART_private.h30 struct uarte_status { struct