Lines Matching +full:output +full:- +full:only
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "st,stm32-timers"
8 include: [base.yaml, reset-device.yaml]
29 default: 0 # STM32_TIM_COUNTERMODE_UP - reset state
33 Use constants defined in dt-bindings/timer/stm32-timer.h.
35 * STM32_TIM_COUNTERMODE_UP - used as upcounter.
36 * STM32_TIM_COUNTERMODE_DOWN - used as downcounter.
37 * STM32_TIM_COUNTERMODE_CENTER_DOWN - counts up and down alternatively.
38 Output compare interrupt flags of output channels
39 are set only when the counter is counting down.
40 * STM32_TIM_COUNTERMODE_CENTER_UP - counts up and down alternatively.
41 Output compare interrupt flags of output channels
42 are set only when the counter is counting up.
43 * STM32_TIM_COUNTERMODE_CENTER_UP_DOWN - counts up and down alternatively.
44 Output compare interrupt flags of output channels
45 are set only when the counter is counting up or