Searched refs:TIM_CR1_DIR (Results 1 – 2 of 2) sorted by relevance
36 #define TIM_CR1_DIR BIT(4) /* Counter Direction */ macro
669 return regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_DIR, in stm32_set_count_direction()670 dir ? TIM_CR1_DIR : 0); in stm32_set_count_direction()681 return ((cr1 & TIM_CR1_DIR) ? 1 : 0); in stm32_get_count_direction()