Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_be_loopb.c30 } ublb_st[NHW_UARTE_TOTAL_INST]; variable
46 ublb_st[i].Timer = TIME_NEVER; in nhw_ublb_init()
48 if (!ublb_st[i].enabled) { in nhw_ublb_init()
71 args[i].dest = &ublb_st[i].enabled; in nhw_ublb_register_cmdline()
83 if (!ublb_st[i].enabled) { in nhw_ublb_update_timer()
86 nhw_Timer_ULoopback = BS_MIN(ublb_st[i].Timer, nhw_Timer_ULoopback); in nhw_ublb_update_timer()
92 if (ublb_st[inst].Timer != TIME_NEVER) { in nhw_ublb_tx_byte()
95 ublb_st[inst].rx_byte = data; in nhw_ublb_tx_byte()
96 ublb_st[inst].Timer = nsi_hws_get_time() + nhw_uarte_one_byte_time(inst); in nhw_ublb_tx_byte()
111 if (ublb_st[i].Timer == current_time) { in nhw_ublb_timer_triggered()
[all …]