Lines Matching defs:cc_channel
151 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()
501 uint8_t cc_channel, in nrfy_grtc_sys_counter_cc_add_set()
663 NRFY_STATIC_INLINE nrf_grtc_task_t nrfy_grtc_sys_counter_capture_task_get(uint8_t cc_channel) in nrfy_grtc_sys_counter_capture_task_get()
670 uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_enable()
678 uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_disable()
685 NRFY_STATIC_INLINE nrf_grtc_event_t nrfy_grtc_sys_counter_compare_event_get(uint8_t cc_channel) in nrfy_grtc_sys_counter_compare_event_get()
692 uint8_t cc_channel) in nrfy_grtc_sys_counter_cc_enable_check()
941 uint8_t cc_channel = (uint8_t)NRF_CTZ(channel_mask); in __nrfy_internal_grtc_events_process() local