Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c553 } match; in nhw_GRTC_timer_triggered() local
555 match.cnt = 0; in nhw_GRTC_timer_triggered()
559 match.inst[match.cnt] = inst; in nhw_GRTC_timer_triggered()
560 match.cc[match.cnt] = cc; in nhw_GRTC_timer_triggered()
561 match.cnt++; in nhw_GRTC_timer_triggered()
564 while (match.cnt > 0) { in nhw_GRTC_timer_triggered()
565 match.cnt--; in nhw_GRTC_timer_triggered()
566 inst = match.inst[match.cnt]; in nhw_GRTC_timer_triggered()
567 cc = match.cc[match.cnt]; in nhw_GRTC_timer_triggered()
DNHW_TIMER.c556 } match; in nhw_hw_model_timer_timer_triggered() local
558 match.cnt = 0; in nhw_hw_model_timer_timer_triggered()
568 match.t[match.cnt] = t; in nhw_hw_model_timer_timer_triggered()
569 match.cc[match.cnt] = cc; in nhw_hw_model_timer_timer_triggered()
570 match.cnt++; in nhw_hw_model_timer_timer_triggered()
574 while (match.cnt > 0) { in nhw_hw_model_timer_timer_triggered()
575 match.cnt--; in nhw_hw_model_timer_timer_triggered()
576 t = match.t[match.cnt]; in nhw_hw_model_timer_timer_triggered()
577 cc = match.cc[match.cnt]; in nhw_hw_model_timer_timer_triggered()
/nrf_hw_models-latest/docs/
DREADME_HW_models.md163 The tasks, registers and event names should match the register interface