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:
eZio Pan 2024-02-05 15:40:49 +08:00
parent b3871b47d8
commit e857389850
3 changed files with 15 additions and 0 deletions

View File

@ -44,6 +44,11 @@ block/TIM_1CH:
stride: 4
byte_offset: 52
fieldset: CCR_1CH
- name: OR
description: |-
Option register 1
Note: Check Reference Manual to parse this register content
byte_offset: 80
block/TIM_2CH:
extends: TIM_1CH
description: 2-channel timers

View File

@ -44,6 +44,11 @@ block/TIM_1CH:
stride: 4
byte_offset: 52
fieldset: CCR_1CH
- name: OR
description: |-
Option register 1
Note: Check Reference Manual to parse this register content
byte_offset: 80
- name: TISEL
description: input selection register
byte_offset: 104

View File

@ -55,6 +55,11 @@ block/TIM_1CH:
description: input selection register
byte_offset: 92
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:
extends: TIM_1CH
description: 1-channel with one complementary output timers