Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_54L_CLOCK.c130 #define check_interrupt(x) \ in nhw_CLOCK_eval_interrupt() macro
136 check_interrupt(XOSTARTED) in nhw_CLOCK_eval_interrupt()
137 check_interrupt(PLLSTARTED) in nhw_CLOCK_eval_interrupt()
138 check_interrupt(LFCLKSTARTED) in nhw_CLOCK_eval_interrupt()
139 check_interrupt(DONE) in nhw_CLOCK_eval_interrupt()
140 check_interrupt(XOTUNED) in nhw_CLOCK_eval_interrupt()
141 check_interrupt(XOTUNEERROR) in nhw_CLOCK_eval_interrupt()
142 check_interrupt(XOTUNEFAILED) in nhw_CLOCK_eval_interrupt()
DNHW_CLOCK.c186 #define check_interrupt(x) \ in nhw_pwrclk_eval_interrupt() macro
192 check_interrupt(HFCLKSTARTED); in nhw_pwrclk_eval_interrupt()
193 check_interrupt(LFCLKSTARTED); in nhw_pwrclk_eval_interrupt()
194 check_interrupt(DONE); in nhw_pwrclk_eval_interrupt()
196 check_interrupt(CTTO); in nhw_pwrclk_eval_interrupt()
197 check_interrupt(CTSTARTED); in nhw_pwrclk_eval_interrupt()
198 check_interrupt(CTSTOPPED); in nhw_pwrclk_eval_interrupt()
201 check_interrupt(HFCLKAUDIOSTARTED); in nhw_pwrclk_eval_interrupt()
204 check_interrupt(HFCLK192MSTARTED); in nhw_pwrclk_eval_interrupt()