Searched defs:cc (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_GRTC.c | 197 for (uint cc = 0 ; cc < nhw_grtc_st.n_cc ; cc++) { in nhw_GRTC_update_master_timer() local 209 static void nhw_GRTC_update_cc_timer(uint inst, int cc) { in nhw_GRTC_update_cc_timer() 223 for (uint cc = 0 ; cc < nhw_grtc_st.n_cc; cc++) { in nhw_GRTC_update_all_cc_timers() local 482 void nhw_GRTC_regw_sideeffects_CC_CCADD(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCADD() 505 void nhw_GRTC_regw_sideeffects_CC_CCEN(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCEN() 512 void nhw_GRTC_regw_sideeffects_CC_CCL(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCL() 520 void nhw_GRTC_regw_sideeffects_CC_CCH(uint inst, uint cc) { in nhw_GRTC_regw_sideeffects_CC_CCH() 529 static void nhw_GRTC_compare_reached(uint inst, uint cc) { in nhw_GRTC_compare_reached() 548 uint inst = 0, cc; in nhw_GRTC_timer_triggered() local 551 uint cc[NHW_GRTC_TOTAL_INST*NHW_GRTC_N_CC]; in nhw_GRTC_timer_triggered() member
|
D | NHW_TIMER.c | 105 for (unsigned int cc = 0; cc < t_st->n_CCs ; cc++) { in nhw_timer_init() local 200 for (unsigned int cc = 0 ; cc < t_st->n_CCs ; cc++) { in update_master_timer() local 214 static void update_cc_timer(int t, int cc) { in update_cc_timer() 230 for (unsigned int cc = 0 ; cc < nhw_timer_st[t].n_CCs; cc++) { in update_all_cc_timers() local 243 for (unsigned int cc = 0; cc < this->n_CCs; cc++) { in nhw_timer_eval_interrupts() local 286 for (unsigned int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_timer_TASK_STOP() local 308 for (uint cc = 0 ; cc < this->n_CCs ; cc++){ in nhw_timer_TASK_SHUTDOWN() local 349 static void nhw_timer_signal_COMPARE(uint t, uint cc) { in nhw_timer_signal_COMPARE() 551 unsigned int t, cc; in nhw_hw_model_timer_timer_triggered() local 554 unsigned int cc[N_TIMERS*N_MAX_CC]; in nhw_hw_model_timer_timer_triggered() member
|
D | NHW_RTC.c | 335 for (int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_rtc_update_master_timer() local 352 static void update_cc_timer(uint rtc, uint cc) { in update_cc_timer() 362 for (int cc = 0 ; cc < nhw_rtc_st[rtc].n_CCs; cc++) { in update_all_cc_timers() local 438 for (int cc = 0 ; cc < rtc_el->n_CCs ; cc++) { in nhw_rtc_timer_triggered() local 522 for (int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_rtc_TASKS_STOP() local 573 for (int cc = 0; cc < this->n_CCs; cc++) { in nhw_rtc_eval_interrupts() local 600 static void nhw_rtc_signal_COMPARE(uint rtc, uint cc) in nhw_rtc_signal_COMPARE() 755 void nhw_rtc_regw_sideeffect_TASKS_CAPTURE(uint i, uint cc) { in nhw_rtc_regw_sideeffect_TASKS_CAPTURE()
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_rtc.c | 62 int cc = (task - NRF_RTC_TASK_CAPTURE_0)/sizeof(uint32_t); in nrf_rtc_task_trigger() local
|