Home
last modified time | relevance | path

Searched refs:TIM_CR1_DIR (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/mfd/
Dstm32-timers.h36 #define TIM_CR1_DIR BIT(4) /* Counter Direction */ macro
/Linux-v4.19/drivers/iio/trigger/
Dstm32-timer-trigger.c669 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()