Home
last modified time | relevance | path

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

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