Searched refs:nrf_rtc_cc_set (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/drivers/ |
H A D | board.c | 50 nrf_rtc_cc_set(NRF_RTC_REG, 0, cyc & COUNTER_MAX); in set_comparator() 89 nrf_rtc_cc_set(NRF_RTC_REG, 0, CYC_PER_TICK); in os_tick_init()
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_rtc.h | 107 __STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val); 282 __STATIC_INLINE void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set() function
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_rtc.c | 184 nrf_rtc_cc_set(p_instance->p_reg,channel,val); in nrfx_rtc_cc_set() 202 nrf_rtc_cc_set(p_instance->p_reg,channel,val); in nrfx_rtc_cc_set()
|