Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c82 static struct clkpwr_status nhw_clkpwr_st; variable
93 bs_time_t t1 = BS_MIN(nhw_clkpwr_st.Timer_XO, nhw_clkpwr_st.Timer_PLL); in nhw_CLOCK_update_master_timer()
94 bs_time_t t2 = BS_MIN(nhw_clkpwr_st.Timer_LFCLK, nhw_clkpwr_st.Timer_CAL); in nhw_CLOCK_update_master_timer()
110 nhw_clkpwr_st.Timer_XO = TIME_NEVER; in nhw_CLOCK_init()
111 nhw_clkpwr_st.Timer_PLL = TIME_NEVER; in nhw_CLOCK_init()
112 nhw_clkpwr_st.Timer_LFCLK = TIME_NEVER; in nhw_CLOCK_init()
113 nhw_clkpwr_st.Timer_CAL = TIME_NEVER; in nhw_CLOCK_init()
114 nhw_clkpwr_st.Timer_XOTUNE= TIME_NEVER; in nhw_CLOCK_init()
116 nhw_clkpwr_st.XO_state = Stopped; in nhw_CLOCK_init()
117 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
124 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_update_master_timer()
147 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_init()
187 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_pwrclk_eval_interrupt()
233 nhw_dppi_event_signal_if(nhw_clkpwr_st[i].dppi_map, \
258 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_signal_handler()
277 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_LFCLKSTOP()
288 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_HFCLKSTART()
299 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_HFCLKSTOP()
342 struct clkpwr_status *this = &nhw_clkpwr_st[inst]; in nhw_clock_TASKS_CAL()
[all …]