Home
last modified time | relevance | path

Searched defs:t (Results 1 – 5 of 5) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_TIMER.c90 for (int t = 0; t < NHW_TIMER_TOTAL_INST ; t++) { in nhw_timer_init() local
124 for (int t = 0; t< NHW_TIMER_TOTAL_INST; t++) { in nhw_timer_free() local
146 static uint32_t time_to_counter(bs_time_t delta, int t){ in time_to_counter()
156 static bs_time_t counter_to_time(uint64_t counter, int t){ in counter_to_time()
165 static uint32_t mask_from_bitmode(int t){ in mask_from_bitmode()
186 static uint64_t time_of_1_counter_wrap(int t){ in time_of_1_counter_wrap()
196 for ( int t = 0 ; t < N_TIMERS ; t++){ in update_master_timer() local
214 static void update_cc_timer(int t, int cc) { in update_cc_timer()
229 static void update_all_cc_timers(int t) { in update_all_cc_timers()
235 static void nhw_timer_eval_interrupts(int t) { in nhw_timer_eval_interrupts()
[all …]
DNHW_UART_backend_fifo.c192 static void tx_nop(uint inst, struct ufifo_st_t *u_el, bs_time_t t) { in tx_nop()
513 bs_time_t t; in nhw_ufifo_handle_TxTimer() local
DNHW_RADIO.c309 static inline void nhwra_set_Timer_RADIO(bs_time_t t){ in nhwra_set_Timer_RADIO()
314 static inline void nhwra_set_Timer_abort_reeval(bs_time_t t){ in nhwra_set_Timer_abort_reeval()
DNHW_RTC.c194 for (int t = 0; t < NHW_RTC_TOTAL_INST; t++) { in nhw_rtc_free() local
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_timer.c59 int t = timer_number_from_ptr(p_reg); in nrf_timer_event_clear() local