chiptool fmt.
This commit is contained in:
parent
3a9e43b7e9
commit
c8698f3cd8
@ -2336,7 +2336,7 @@ enum/OCM:
|
||||
description: Inversely to PwmMode1
|
||||
value: 7
|
||||
- name: Retrigerrable_OPM_Mode_1
|
||||
description: |
|
||||
description: |-
|
||||
In up-counting mode, the channel is active until a trigger
|
||||
event is detected (on tim_trgi signal). Then, a comparison is performed as in PWM
|
||||
mode 1 and the channels becomes active again at the next update. In down-counting
|
||||
@ -2345,7 +2345,7 @@ enum/OCM:
|
||||
inactive again at the next update.
|
||||
value: 8
|
||||
- name: Retrigerrable_OPM_Mode_2
|
||||
description: |
|
||||
description: |-
|
||||
In up-counting mode, the channel is inactive until a
|
||||
trigger event is detected (on tim_trgi signal). Then, a comparison is performed as in
|
||||
PWM mode 2 and the channels becomes inactive again at the next update. In down-
|
||||
@ -2360,23 +2360,23 @@ enum/OCM:
|
||||
description: _reserved2
|
||||
value: 11
|
||||
- name: Combined_PWM_Mode_1
|
||||
description: |
|
||||
description: |-
|
||||
tim_oc1ref has the same behavior as in PWM mode 1.
|
||||
tim_oc1refc is the logical OR between tim_oc1ref and tim_oc2ref.
|
||||
value: 12
|
||||
- name: Combined_PWM_Mode_2
|
||||
description: |
|
||||
description: |-
|
||||
tim_oc1ref has the same behavior as in PWM mode 2.
|
||||
tim_oc1refc is the logical AND between tim_oc1ref and tim_oc2ref.
|
||||
value: 13
|
||||
- name: Asymmetric_PWM_Mode_1
|
||||
description: |
|
||||
description: |-
|
||||
tim_oc1ref has the same behavior as in PWM mode 1.
|
||||
tim_oc1refc outputs tim_oc1ref when the counter is counting up, tim_oc2ref when it is
|
||||
counting down.
|
||||
value: 14
|
||||
- name: Asymmetric_PWM_Mode_2
|
||||
description: |
|
||||
description: |-
|
||||
tim_oc1ref has the same behavior as in PWM mode 2.
|
||||
tim_oc1refc outputs tim_oc1ref when the counter is counting up, tim_oc2ref when it is
|
||||
counting down.
|
||||
|
Loading…
x
Reference in New Issue
Block a user