Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/
Dstm32-timers.h91 #define TIM_BDTR_BKF_SHIFT(x) (16 + (x) * 4) macro
/linux-5.19.10/drivers/pwm/
Dpwm-stm32.c494 u32 shift = TIM_BDTR_BKF_SHIFT(bi->index); in stm32_pwm_set_breakinput()