Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_be_loopb.c23 bs_time_t nhw_Timer_ULoopback = TIME_NEVER; variable
81 nhw_Timer_ULoopback = TIME_NEVER; in nhw_ublb_update_timer()
86 nhw_Timer_ULoopback = BS_MIN(ublb_st[i].Timer, nhw_Timer_ULoopback); in nhw_ublb_update_timer()
109 bs_time_t current_time = nhw_Timer_ULoopback; in nhw_ublb_timer_triggered()
DNHW_UART.c96 extern bs_time_t nhw_Timer_ULoopback;
196 Timer_UART_common = BS_MIN(Timer_UART_peri, nhw_Timer_ULoopback); in nhw_uarte_update_common_timer()
868 if (current_time == nhw_Timer_ULoopback) { in nhw_uart_timer_common_triggered()