Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mfd/
Dstm32-timers.h73 #define TIM_BDTR_BKE(x) BIT(12 + (x) * 12) /* Break input enable */ macro
/linux-5.19.10/drivers/pwm/
Dpwm-stm32.c495 u32 bke = TIM_BDTR_BKE(bi->index); in stm32_pwm_set_breakinput()