Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_54L_CLOCK.c82 static struct clkpwr_status nhw_clkpwr_st; variable
89 bs_time_t t1 = BS_MIN(nhw_clkpwr_st.Timer_XO, nhw_clkpwr_st.Timer_PLL); in nhw_CLOCK_update_master_timer()
90 bs_time_t t2 = BS_MIN(nhw_clkpwr_st.Timer_LFCLK, nhw_clkpwr_st.Timer_CAL); in nhw_CLOCK_update_master_timer()
106 nhw_clkpwr_st.Timer_XO = TIME_NEVER; in nhw_CLOCK_init()
107 nhw_clkpwr_st.Timer_PLL = TIME_NEVER; in nhw_CLOCK_init()
108 nhw_clkpwr_st.Timer_LFCLK = TIME_NEVER; in nhw_CLOCK_init()
109 nhw_clkpwr_st.Timer_CAL = TIME_NEVER; in nhw_CLOCK_init()
110 nhw_clkpwr_st.Timer_XOTUNE= TIME_NEVER; in nhw_CLOCK_init()
112 nhw_clkpwr_st.XO_state = Stopped; in nhw_CLOCK_init()
113 nhw_clkpwr_st.LFCLK_state = Stopped; in nhw_CLOCK_init()
[all …]
DNHW_CLOCK.c107 static struct clkpwr_status nhw_clkpwr_st[NHW_CLKPWR_TOTAL_INST]; variable
121 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_update_master_timer()
144 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_init()
184 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_pwrclk_eval_interrupt()
230 nhw_dppi_event_signal_if(nhw_clkpwr_st[i].dppi_map, \
255 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_signal_handler()
274 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_LFCLKSTOP()
285 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_HFCLKSTART()
296 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_HFCLKSTOP()
339 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_CAL()
[all …]