Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/
Dstm32-timers.h77 #define TIM_BDTR_BKF(x) (0xf << (16 + (x) * 4)) macro
/linux-5.19.10/drivers/pwm/
Dpwm-stm32.c497 u32 bkf = TIM_BDTR_BKF(bi->index); in stm32_pwm_set_breakinput()