Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-timers.h38 #define TIM_CR1_DIR BIT(4) /* Counter Direction */ macro
/linux/drivers/counter/
H A Dstm32-timer-cnt.c165 *direction = (cr1 & TIM_CR1_DIR) ? COUNTER_COUNT_DIRECTION_BACKWARD : in stm32_count_direction_read()