Home
last modified time | relevance | path

Searched defs:cc_channel (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h151 for (uint8_t cc_channel = 0; cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT; cc_channel++) in nrfy_grtc_int_init() local
222 for (uint8_t cc_channel = 0; cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT; cc_channel++) in nrfy_grtc_prepare() local
399 uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_check()
414 uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_clear()
429 uint8_t cc_channel, in nrfy_grtc_sys_counter_capture_subscribe_set()
444 uint8_t cc_channel) in nrfy_grtc_sys_counter_capture_subscribe_clear()
459 uint8_t cc_channel, in nrfy_grtc_sys_counter_compare_publish_set()
474 uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_publish_clear()
482 uint8_t cc_channel, in nrfy_grtc_sys_counter_cc_set()
491 uint8_t cc_channel) in nrfy_grtc_sys_counter_cc_get()
[all …]
Dnrfy_timer.h349 nrf_timer_cc_channel_t cc_channel, in nrfy_timer_cc_set()
358 nrf_timer_cc_channel_t cc_channel) in nrfy_timer_cc_get()
387 nrf_timer_cc_channel_t cc_channel) in nrfy_timer_one_shot_enable()
395 nrf_timer_cc_channel_t cc_channel) in nrfy_timer_one_shot_disable()
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h1122 uint8_t cc_channel, in nrf_grtc_sys_counter_cc_set()
1139 uint8_t cc_channel) in nrf_grtc_sys_counter_cc_get()
1153 uint8_t cc_channel, in nrf_grtc_sys_counter_cc_add_set()
1654 NRF_STATIC_INLINE nrf_grtc_task_t nrf_grtc_sys_counter_capture_task_get(uint8_t cc_channel) in nrf_grtc_sys_counter_capture_task_get()
1660 uint8_t cc_channel) in nrf_grtc_sys_counter_compare_event_enable()
1673 uint8_t cc_channel) in nrf_grtc_sys_counter_compare_event_disable()
1684 NRF_STATIC_INLINE nrf_grtc_event_t nrf_grtc_sys_counter_compare_event_get(uint8_t cc_channel) in nrf_grtc_sys_counter_compare_event_get()
1690 uint8_t cc_channel) in nrf_grtc_sys_counter_cc_enable_check()
Dnrf_timer.h945 nrf_timer_cc_channel_t cc_channel, in nrf_timer_cc_set()
952 nrf_timer_cc_channel_t cc_channel) in nrf_timer_cc_get()
997 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_enable()
1003 nrf_timer_cc_channel_t cc_channel) in nrf_timer_one_shot_disable()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_timer.c269 uint32_t nrfx_timer_capture(nrfx_timer_t const * p_instance, nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture()
294 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_compare()
320 nrf_timer_cc_channel_t cc_channel, in nrfx_timer_extended_compare()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h400 nrf_timer_cc_channel_t cc_channel) in nrfx_timer_capture_get()