Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/pwm/
Dpwm-stm32.txt13 - st,breakinput: One or two <index level filter> to describe break input configurations.
33 st,breakinput = <0 1 5>;
/Linux-v4.19/drivers/pwm/
Dpwm-stm32.c518 struct stm32_breakinput breakinput[MAX_BREAKINPUT]; in stm32_pwm_apply_breakinputs() local
536 (u32 *)breakinput, array_size); in stm32_pwm_apply_breakinputs()
542 breakinput[i].index, in stm32_pwm_apply_breakinputs()
543 breakinput[i].level, in stm32_pwm_apply_breakinputs()
544 breakinput[i].filter); in stm32_pwm_apply_breakinputs()