Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h75 #define TIM_BDTR_BKP(x) BIT(13 + (x) * 12) /* Break input polarity */ macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c504 u32 bkp = TIM_BDTR_BKP(bi->index); in stm32_pwm_set_breakinput()