Home
last modified time | relevance | path

Searched refs:cc_channel_count (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_timer.h56 uint8_t cc_channel_count; ///< Number of capture/compare channels. member
64 .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()
A Dnrfx_rtc.h69 uint8_t cc_channel_count; /**< Number of capture/compare channels. */ member
78 .cc_channel_count = NRF_RTC_CC_CHANNEL_COUNT(id), \
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_timer.c110 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()
A Dnrfx_rtc.c140 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