Searched refs:nrf_rtc_cc_set (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | cntr.c | 202 nrf_rtc_cc_set(NRF_RTC, cmp, value); in cntr_cmp_set()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrf_sw.c | 226 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/ |
D | soc.c | 269 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/ |
D | radio.c | 1483 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()
|