Lines Matching refs:TIMER_MAX_CH
27 #define TIMER_MAX_CH 4U macro
38 static void(*const set_timer_compare[TIMER_MAX_CH])(TIM_TypeDef *,
46 static uint32_t(*const get_timer_compare[TIMER_MAX_CH])(const TIM_TypeDef *) = {
51 static uint32_t(*const get_timer_compare[TIMER_MAX_CH])(TIM_TypeDef *) = {
57 static void(*const enable_it[TIMER_MAX_CH])(TIM_TypeDef *) = {
63 static void(*const disable_it[TIMER_MAX_CH])(TIM_TypeDef *) = {
71 static uint32_t(*const check_it_enabled[TIMER_MAX_CH])(const TIM_TypeDef *) = {
76 static uint32_t(*const check_it_enabled[TIMER_MAX_CH])(TIM_TypeDef *) = {
84 static void(*const clear_it_flag[TIMER_MAX_CH])(TIM_TypeDef *) = {
635 BUILD_ASSERT(NUM_CH(TIM(idx)) <= TIMER_MAX_CH, \
639 static struct counter_stm32_ch_data counter##idx##_ch_data[TIMER_MAX_CH]; \