Lines Matching +full:high +full:- +full:frequency
2 * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA
167 * - The maximum preemption time in ticks (8 - bit value) is known and is less than 7.7 ms
168 * (for prescaler = 0, RTC frequency 32 kHz).
169 …* - The requested absolute compare value is not bigger than (0x00FFFFFF) - tick_latency. I…
237 * When a stack (for example SoftDevice) is used and it occupies high priority interrupts,
311 *p_mask = nrf_rtc_int_get(p_instance->p_reg); in nrfx_rtc_int_disable()
312 nrf_rtc_int_disable(p_instance->p_reg, NRF_RTC_INT_TICK_MASK | in nrfx_rtc_int_disable()
322 nrf_rtc_int_enable(p_instance->p_reg, mask); in nrfx_rtc_int_enable()
327 return nrf_rtc_counter_get(p_instance->p_reg); in nrfx_rtc_counter_get()
332 nrf_rtc_task_trigger(p_instance->p_reg, NRF_RTC_TASK_CLEAR); in nrfx_rtc_counter_clear()
338 return nrf_rtc_task_address_get(p_instance->p_reg, task); in nrfx_rtc_task_address_get()
344 return nrf_rtc_event_address_get(p_instance->p_reg, event); in nrfx_rtc_event_address_get()