Home
last modified time | relevance | path

Searched defs:cc_n (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_TIMER.c313 void nhw_timer_TASK_CAPTURE(int t, int cc_n) { in nhw_timer_TASK_CAPTURE()
392 static void nhw_timer_signal_COMPARE_if(uint t, uint cc_n) { in nhw_timer_signal_COMPARE_if()
409 for (int cc_n = 0; cc_n < this->n_CCs; cc_n++) { in nhw_timer_TASK_COUNT() local
438 void nhw_timer_regw_sideeffects_TASKS_CAPTURE(uint t, uint cc_n){ in nhw_timer_regw_sideeffects_TASKS_CAPTURE()
463 uint cc_n = (uintptr_t)param & 0xFFFF; in nhw_timer_taskcapture_wrap() local
467 void nhw_timer_regw_sideeffects_SUBSCRIBE_CAPTURE(uint inst, uint cc_n) { in nhw_timer_regw_sideeffects_SUBSCRIBE_CAPTURE()
528 void nhw_timer_regw_sideeffects_CC(uint t, uint cc_n) { in nhw_timer_regw_sideeffects_CC()
DNHW_RTC.c554 static void nhw_rtc_TASKS_CAPTURE(uint rtc, uint cc_n) { in nhw_rtc_TASKS_CAPTURE()
768 uint cc_n = (uintptr_t)param & 0xFFFF; in nhw_rtc_taskcapture_wrap() local
772 void nhw_rtc_regw_sideeffects_SUBSCRIBE_CAPTURE(uint inst, uint cc_n) { in nhw_rtc_regw_sideeffects_SUBSCRIBE_CAPTURE()
858 void nhw_rtc_regw_sideeffects_CC(uint rtc, uint cc_n) { in nhw_rtc_regw_sideeffects_CC()
/nrf_hw_models-3.6.0/src/nrfx/hal/
Dnrf_rtc.c109 int cc_n = (task - NRF_RTC_TASK_CAPTURE_0)/sizeof(uint32_t); in nrf_rtc_subscribe_common() local