Searched refs:cc_channel_count (Results 1 – 4 of 4) sorted by relevance
56 uint8_t cc_channel_count; ///< Number of capture/compare channels. member64 .cc_channel_count = NRF_TIMER_CC_CHANNEL_COUNT(id), \351 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_capture_task_address_get()364 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_compare_event_address_get()
69 uint8_t cc_channel_count; /**< Number of capture/compare channels. */ member78 .cc_channel_count = NRF_RTC_CC_CHANNEL_COUNT(id), \
110 for (i = 0; i < p_instance->cc_channel_count; ++i) in nrfx_timer_init()202 NRFX_ASSERT(cc_channel < p_instance->cc_channel_count); in nrfx_timer_capture()259 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_compare_int_enable()271 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_timer_compare_int_disable()
140 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_rtc_cc_disable()174 NRFX_ASSERT(channel < p_instance->cc_channel_count); in nrfx_rtc_cc_set()
Completed in 6 milliseconds