Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54L_CLOCK.c135 #define check_interrupt(x) \ in nhw_CLOCK_eval_interrupt() macro
141 check_interrupt(XOSTARTED) in nhw_CLOCK_eval_interrupt()
142 check_interrupt(PLLSTARTED) in nhw_CLOCK_eval_interrupt()
143 check_interrupt(LFCLKSTARTED) in nhw_CLOCK_eval_interrupt()
144 check_interrupt(DONE) in nhw_CLOCK_eval_interrupt()
145 check_interrupt(XOTUNED) in nhw_CLOCK_eval_interrupt()
146 check_interrupt(XOTUNEERROR) in nhw_CLOCK_eval_interrupt()
147 check_interrupt(XOTUNEFAILED) in nhw_CLOCK_eval_interrupt()
DNHW_CLOCK.c189 #define check_interrupt(x) \ in nhw_pwrclk_eval_interrupt() macro
195 check_interrupt(HFCLKSTARTED); in nhw_pwrclk_eval_interrupt()
196 check_interrupt(LFCLKSTARTED); in nhw_pwrclk_eval_interrupt()
197 check_interrupt(DONE); in nhw_pwrclk_eval_interrupt()
199 check_interrupt(CTTO); in nhw_pwrclk_eval_interrupt()
200 check_interrupt(CTSTARTED); in nhw_pwrclk_eval_interrupt()
201 check_interrupt(CTSTOPPED); in nhw_pwrclk_eval_interrupt()
204 check_interrupt(HFCLKAUDIOSTARTED); in nhw_pwrclk_eval_interrupt()
207 check_interrupt(HFCLK192MSTARTED); in nhw_pwrclk_eval_interrupt()