Searched defs:u_el (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_UART_backend_fifo.c | 126 struct ufifo_st_t *u_el = &ufifo_st[i]; in nhw_ufifo_backend_init() local 163 static void write_to_tx_fifo(struct ufifo_st_t *u_el, void *ptr, size_t size) { in write_to_tx_fifo() 178 static void tx_set_next_tx_timer(struct ufifo_st_t *u_el, bs_time_t last_act) { in tx_set_next_tx_timer() 183 static void tx_sync_line_params(uint inst, struct ufifo_st_t *u_el) { in tx_sync_line_params() 198 static void tx_nop(struct ufifo_st_t *u_el, bs_time_t t) { in tx_nop() 208 static void tx_disconnect(struct ufifo_st_t *u_el) { in tx_disconnect() 218 struct ufifo_st_t *u_el = &ufifo_st[inst]; in nhw_ufifo_tx_byte() local 240 struct ufifo_st_t *u_el = &ufifo_st[inst]; in nhw_ufifo_RTS_pin_toggle() local 258 struct ufifo_st_t *u_el = &ufifo_st[inst]; in nhw_ufifo_enable_notify() local 278 struct ufifo_st_t * u_el = &ufifo_st[i]; in nhw_ufifo_update_timer() local [all …]
|
D | NHW_UART.c | 147 struct uarte_status *u_el = &nhw_uarte_st[i]; in nhw_uarte_init() local 198 struct uarte_status *u_el = &nhw_uarte_st[i]; in nhw_uarte_cleanup() local 227 struct uarte_status *u_el = &nhw_uarte_st[inst]; in nhw_uarte_register_rx_cb() local 237 struct uarte_status *u_el = &nhw_uarte_st[inst]; in nhw_UARTE_backend_register() local 253 struct uarte_status * u_el = &nhw_uarte_st[i]; in nhw_uarte_update_timer() local 329 static uint8_t Rx_FIFO_pop(uint inst, struct uarte_status *u_el) { in Rx_FIFO_pop() 354 static void Rx_FIFO_push(uint inst, struct uarte_status *u_el, uint8_t value) { in Rx_FIFO_push() 371 static void nhw_UARTE_Rx_DMA_end(uint inst, struct uarte_status * u_el) { in nhw_UARTE_Rx_DMA_end() 381 static void nhw_UARTE_Rx_match_check(uint inst, struct uarte_status * u_el, uint32_t value) { in nhw_UARTE_Rx_match_check() 404 static void nhw_UARTE_Rx_DMA_attempt(uint inst, struct uarte_status * u_el) { in nhw_UARTE_Rx_DMA_attempt() [all …]
|
D | NHW_UART_backend_pty.c | 71 struct upty_st_t *u_el = &upty_st[i]; in nhw_upty_init() local 114 struct upty_st_t *u_el = &upty_st[inst]; in nhw_upty_tx_byte() local 134 struct upty_st_t *u_el = &upty_st[inst]; in nhw_upty_RTS_pin_toggle() local 153 struct upty_st_t *u_el = &upty_st[inst]; in nhw_upty_enable_notify() local 164 struct upty_st_t * u_el = &upty_st[i]; in nhw_upty_update_timer() local 173 static void nhw_upty_check_for_input(uint inst, struct upty_st_t *u_el) { in nhw_upty_check_for_input() 199 struct upty_st_t *u_el = &upty_st[i]; in nhw_upty_timer_triggered() local 211 struct upty_st_t *u_el = &upty_st[i]; in nhw_upty_cleanup() local
|