Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNHW_config.h162 #define NHW_TIMER_TOTAL_INST 5 macro
399 #define NHW_TIMER_TOTAL_INST 6 macro
DNHW_TIMER.c45 #define N_TIMERS NHW_TIMER_TOTAL_INST
74 static struct timer_status nhw_timer_st[NHW_TIMER_TOTAL_INST];
75 NRF_TIMER_Type NRF_TIMER_regs[NHW_TIMER_TOTAL_INST];
83 uint nhw_timer_dppi_map[NHW_TIMER_TOTAL_INST] = NHW_TIMER_DPPI_MAP; in nhw_timer_init()
90 for (int t = 0; t < NHW_TIMER_TOTAL_INST ; t++) { in nhw_timer_init()
124 for (int t = 0; t< NHW_TIMER_TOTAL_INST; t++) { in nhw_timer_free()
237 static struct nhw_irq_mapping nhw_timer_irq_map[NHW_TIMER_TOTAL_INST] = NHW_TIMER_INT_MAP; in nhw_timer_eval_interrupts()