Home
last modified time | relevance | path

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

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