Home
last modified time | relevance | path

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

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