Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dstm32-timers.h90 #define TIM_BDTR_BKF_SHIFT 16 macro
/linux-4.19.296/drivers/pwm/
Dpwm-stm32.c494 int shift = (index == 0) ? TIM_BDTR_BKF_SHIFT : TIM_BDTR_BK2F_SHIFT; in stm32_pwm_set_breakinput()