Searched refs:CC (Results 1 – 7 of 7) sorted by relevance
10 CC:=ccache gcc
29 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@
219 + counter_to_time(NRF_TIMER_regs[t].CC[cc], t); in update_cc_timer()322 NRF_TIMER_regs[t].CC[cc_n] = this->Counter & mask_from_bitmode(t); in nhw_timer_TASK_CAPTURE()330 NRF_TIMER_regs[t].CC[cc_n] = time_to_counter(Elapsed,t) & mask_from_bitmode(t); in nhw_timer_TASK_CAPTURE()410 if (this->Counter == (NRF_TIMER_regs[t].CC[cc_n] & mask_from_bitmode(t))){ in nhw_timer_TASK_COUNT()
354 …nhw_rtc_st[rtc].cc_timers[cc] = get_counter_match_time(rtc, NRF_RTC_regs[rtc].CC[cc], &match_sub_u… in update_cc_timer()557 RTC_regs->CC[cc_n] = RTC_regs->COUNTER; in nhw_rtc_TASKS_CAPTURE()
4503 …__IOM uint32_t CC[4]; /*!< (@ 0x00000540) Description collection: Compare … member5177 …__IOM uint32_t CC[8]; /*!< (@ 0x00000540) Description collection: Capture/… member
25 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
20 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()