Add OR register.
OR1 is the same as OR. The content is different across chip serials. Leave entire register to HAL to parse. OR2 and OR3 are just AF1 and AF2.
This commit is contained in:
parent
b3871b47d8
commit
e857389850
@ -44,6 +44,11 @@ block/TIM_1CH:
|
|||||||
stride: 4
|
stride: 4
|
||||||
byte_offset: 52
|
byte_offset: 52
|
||||||
fieldset: CCR_1CH
|
fieldset: CCR_1CH
|
||||||
|
- name: OR
|
||||||
|
description: |-
|
||||||
|
Option register 1
|
||||||
|
Note: Check Reference Manual to parse this register content
|
||||||
|
byte_offset: 80
|
||||||
block/TIM_2CH:
|
block/TIM_2CH:
|
||||||
extends: TIM_1CH
|
extends: TIM_1CH
|
||||||
description: 2-channel timers
|
description: 2-channel timers
|
||||||
|
@ -44,6 +44,11 @@ block/TIM_1CH:
|
|||||||
stride: 4
|
stride: 4
|
||||||
byte_offset: 52
|
byte_offset: 52
|
||||||
fieldset: CCR_1CH
|
fieldset: CCR_1CH
|
||||||
|
- name: OR
|
||||||
|
description: |-
|
||||||
|
Option register 1
|
||||||
|
Note: Check Reference Manual to parse this register content
|
||||||
|
byte_offset: 80
|
||||||
- name: TISEL
|
- name: TISEL
|
||||||
description: input selection register
|
description: input selection register
|
||||||
byte_offset: 104
|
byte_offset: 104
|
||||||
|
@ -55,6 +55,11 @@ block/TIM_1CH:
|
|||||||
description: input selection register
|
description: input selection register
|
||||||
byte_offset: 92
|
byte_offset: 92
|
||||||
fieldset: TISEL_1CH
|
fieldset: TISEL_1CH
|
||||||
|
- name: OR
|
||||||
|
description: |-
|
||||||
|
Option register 1
|
||||||
|
Note: Check Reference Manual to parse this register content
|
||||||
|
byte_offset: 104
|
||||||
block/TIM_1CH_CMP:
|
block/TIM_1CH_CMP:
|
||||||
extends: TIM_1CH
|
extends: TIM_1CH
|
||||||
description: 1-channel with one complementary output timers
|
description: 1-channel with one complementary output timers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user