Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mfd/
Dstm32-timers.h80 #define TIM_BDTR_BK2P BIT(25) /* Break 2 input polarity */ macro
/Linux-v5.4/drivers/pwm/
Dpwm-stm32.c496 : TIM_BDTR_BK2E | TIM_BDTR_BK2P | TIM_BDTR_BK2F; in stm32_pwm_set_breakinput()
504 bdtr |= TIM_BDTR_BKP | TIM_BDTR_BK2P; in stm32_pwm_set_breakinput()