Home
last modified time | relevance | path

Searched refs:nrf_rtc_cc_set (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dcntr.c202 nrf_rtc_cc_set(NRF_RTC, cmp, value); in cntr_cmp_set()
/Zephyr-latest/drivers/pwm/
Dpwm_nrf_sw.c226 nrf_rtc_cc_set(rtc, 1 + channel, pulse_cycles - 1); in pwm_nrf_sw_set_cycles()
227 nrf_rtc_cc_set(rtc, 0, period_cycles - 1); in pwm_nrf_sw_set_cycles()
/Zephyr-latest/soc/nordic/nrf53/
Dsoc.c269 nrf_rtc_cc_set(NRF_RTC1, RTC1_PRETICK_CC_CHAN, rtc_pretick_cc_val); in z_arm_on_enter_cpu_idle_prepare()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c1483 nrf_rtc_cc_set(NRF_RTC, 2, ticks_start); in radio_tmr_start()
1607 nrf_rtc_cc_set(NRF_RTC, 2, ticks_start); in radio_tmr_start_tick()