Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_CLOCK.c121 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_update_master_timer() local
123 bs_time_t t1 = BS_MIN(c_el->Timer_CLOCK_HF, c_el->Timer_CLOCK_LF); in nhw_clock_update_master_timer()
124 bs_time_t t2 = BS_MIN(c_el->Timer_LF_cal, c_el->Timer_caltimer); in nhw_clock_update_master_timer()
144 struct clkpwr_status * c_el = &nhw_clkpwr_st[i]; in nhw_clock_init() local
146 c_el->inst = i; in nhw_clock_init()
149 c_el->CLOCK_regs = (NRF_CLOCK_Type *)&NRF_CLKPWR_regs[i]; in nhw_clock_init()
151 c_el->POWER_regs = (NRF_POWER_Type *)&NRF_CLKPWR_regs[i]; in nhw_clock_init()
154 c_el->RESET_regs = (NRF_RESET_Type *)&NRF_CLKPWR_regs[i]; in nhw_clock_init()
157 c_el->Timer_CLOCK_LF = TIME_NEVER; in nhw_clock_init()
158 c_el->Timer_CLOCK_HF = TIME_NEVER; in nhw_clock_init()
[all …]