Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 7 of 7) sorted by relevance

/nrf_hw_models-3.5.0/make_inc/
Dpre.mk10 CC:=ccache gcc
Dcommon_post.mk29 @${CC} ${CPPFLAGS} ${CFLAGS} ${COVERAGE} -c $< -o $@
/nrf_hw_models-3.5.0/src/HW_models/
DNHW_TIMER.c219 + 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()
DNHW_RTC.c354 …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()
DNRF5340_peri_types.h4503 …__IOM uint32_t CC[4]; /*!< (@ 0x00000540) Description collection: Compare … member
5177 …__IOM uint32_t CC[8]; /*!< (@ 0x00000540) Description collection: Capture/… member
/nrf_hw_models-3.5.0/src/nrfx/hal/
Dnrf_timer.c25 p_reg->CC[cc_channel] = cc_value; in nrf_timer_cc_set()
Dnrf_rtc.c20 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()