add TIM_BASIC_NO_CR2, common part of TIM_BASIC and TIM_1CH_CMP
This commit is contained in:
parent
10a1a61bae
commit
9fa345af29
@ -304,17 +304,21 @@ block/TIM_ADV:
|
|||||||
byte_offset: 104
|
byte_offset: 104
|
||||||
fieldset: TISEL_GP16
|
fieldset: TISEL_GP16
|
||||||
block/TIM_BASIC:
|
block/TIM_BASIC:
|
||||||
extends: TIM_CORE
|
extends: TIM_BASIC_NO_CR2
|
||||||
description: Basic timers
|
description: Basic timers
|
||||||
items:
|
items:
|
||||||
- name: CR2
|
- name: CR2
|
||||||
description: control register 2
|
description: control register 2
|
||||||
byte_offset: 4
|
byte_offset: 4
|
||||||
fieldset: CR2_BASIC
|
fieldset: CR2_BASIC
|
||||||
|
block/TIM_BASIC_NO_CR2:
|
||||||
|
extends: TIM_CORE
|
||||||
|
description: Virtual Basic timers without CR2 register for common part of TIM_BASIC and TIM_1CH_CMP
|
||||||
|
items:
|
||||||
- name: DIER
|
- name: DIER
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
byte_offset: 12
|
byte_offset: 12
|
||||||
fieldset: DIER_BASIC
|
fieldset: DIER_BASIC_NO_CR2
|
||||||
block/TIM_CORE:
|
block/TIM_CORE:
|
||||||
description: Virtual timer for common part of TIM_BASIC and TIM_1CH
|
description: Virtual timer for common part of TIM_BASIC and TIM_1CH
|
||||||
items:
|
items:
|
||||||
@ -1213,7 +1217,7 @@ fieldset/DIER_ADV:
|
|||||||
array:
|
array:
|
||||||
len: 4
|
len: 4
|
||||||
stride: 1
|
stride: 1
|
||||||
fieldset/DIER_BASIC:
|
fieldset/DIER_BASIC_NO_CR2:
|
||||||
extends: DIER_CORE
|
extends: DIER_CORE
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
fields:
|
fields:
|
||||||
@ -1229,7 +1233,7 @@ fieldset/DIER_CORE:
|
|||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
fieldset/DIER_GP16:
|
fieldset/DIER_GP16:
|
||||||
extends: DIER_BASIC
|
extends: DIER_BASIC_NO_CR2
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
fields:
|
fields:
|
||||||
- name: CCIE
|
- name: CCIE
|
||||||
|
@ -322,17 +322,21 @@ block/TIM_ADV:
|
|||||||
byte_offset: 100
|
byte_offset: 100
|
||||||
fieldset: AF2_ADV
|
fieldset: AF2_ADV
|
||||||
block/TIM_BASIC:
|
block/TIM_BASIC:
|
||||||
extends: TIM_CORE
|
extends: TIM_BASIC_NO_CR2
|
||||||
description: Basic timers
|
description: Basic timers
|
||||||
items:
|
items:
|
||||||
- name: CR2
|
- name: CR2
|
||||||
description: control register 2
|
description: control register 2
|
||||||
byte_offset: 4
|
byte_offset: 4
|
||||||
fieldset: CR2_BASIC
|
fieldset: CR2_BASIC
|
||||||
|
block/TIM_BASIC_NO_CR2:
|
||||||
|
extends: TIM_CORE
|
||||||
|
description: Virtual Basic timers without CR2 register for common part of TIM_BASIC and TIM_1CH_CMP
|
||||||
|
items:
|
||||||
- name: DIER
|
- name: DIER
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
byte_offset: 12
|
byte_offset: 12
|
||||||
fieldset: DIER_BASIC
|
fieldset: DIER_BASIC_NO_CR2
|
||||||
block/TIM_CORE:
|
block/TIM_CORE:
|
||||||
description: Virtual timer for common part of TIM_BASIC and TIM_1CH
|
description: Virtual timer for common part of TIM_BASIC and TIM_1CH
|
||||||
items:
|
items:
|
||||||
@ -1372,7 +1376,7 @@ fieldset/DIER_ADV:
|
|||||||
description: Transition error interrupt enable
|
description: Transition error interrupt enable
|
||||||
bit_offset: 23
|
bit_offset: 23
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
fieldset/DIER_BASIC:
|
fieldset/DIER_BASIC_NO_CR2:
|
||||||
extends: DIER_CORE
|
extends: DIER_CORE
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
fields:
|
fields:
|
||||||
@ -1388,7 +1392,7 @@ fieldset/DIER_CORE:
|
|||||||
bit_offset: 0
|
bit_offset: 0
|
||||||
bit_size: 1
|
bit_size: 1
|
||||||
fieldset/DIER_GP16:
|
fieldset/DIER_GP16:
|
||||||
extends: DIER_BASIC
|
extends: DIER_BASIC_NO_CR2
|
||||||
description: DMA/Interrupt enable register
|
description: DMA/Interrupt enable register
|
||||||
fields:
|
fields:
|
||||||
- name: CCIE
|
- name: CCIE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user