Searched refs:ufifo_st_t (Results 1 – 1 of 1) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_UART_backend_fifo.c | 74 struct ufifo_st_t { struct 102 struct ufifo_st_t ufifo_st[NHW_UARTE_TOTAL_INST]; argument 108 static void nhw_ufifo_create_fifos(uint inst, struct ufifo_st_t *u_el); 112 static void uf_Rx_handle_old_input(uint inst, struct ufifo_st_t *u_el); 120 struct ufifo_st_t *u_el = &ufifo_st[i]; in nhw_ufifo_backend_init() 157 static void write_to_tx_fifo(struct ufifo_st_t *u_el, void *ptr, size_t size) { in write_to_tx_fifo() 172 static void tx_set_next_tx_timer(uint inst, struct ufifo_st_t *u_el, bs_time_t last_act) { in tx_set_next_tx_timer() 177 static void tx_sync_line_params(uint inst, struct ufifo_st_t *u_el) { in tx_sync_line_params() 192 static void tx_nop(uint inst, struct ufifo_st_t *u_el, bs_time_t t) { in tx_nop() 202 static void tx_disconnect(uint inst, struct ufifo_st_t *u_el) { in tx_disconnect() [all …]
|