Lines Matching refs:x
189 #define check_interrupt(x) \ in nhw_pwrclk_eval_interrupt() argument
190 if (NRF_CLOCK_regs[inst]->EVENTS_##x \ in nhw_pwrclk_eval_interrupt()
191 && (this->INTEN & CLOCK_INTENCLR_##x##_Msk)){ \ in nhw_pwrclk_eval_interrupt()
222 #define nhw_clock_signal_handler(x) \ argument
223 static void nhw_clock_signal_##x(int i) { \
224 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \
226 nrf_ppi_event(CLOCK_EVENTS_##x); \
229 #define nhw_clock_signal_handler(x) \ argument
230 static void nhw_clock_signal_##x(int i) { \
231 NRF_CLOCK_regs[i]->EVENTS_##x = 1; \
234 NRF_CLOCK_regs[i]->PUBLISH_##x);\
406 #define nhw_clock_regw_sideeffects_TASKS_(x) \ argument
407 void nhw_CLOCK_regw_sideeffects_TASKS_##x(uint i) { \
408 if (NRF_CLOCK_regs[i]->TASKS_##x) { /* LCOV_EXCL_BR_LINE */\
409 NRF_CLOCK_regs[i]->TASKS_##x = 0; \
410 nhw_clock_TASKS_##x(i); \