H5: rename DAC12EN to DAC1EN to match peripheral name

This commit is contained in:
Adam Greig 2023-11-19 13:47:13 +00:00
parent a0f7bc881a
commit be9d7fd584
No known key found for this signature in database
GPG Key ID: 8B3FE5477B1DD9A0
2 changed files with 6 additions and 6 deletions

View File

@ -378,7 +378,7 @@ fieldset/AHB2ENR:
description: "ADC1 and 2 peripherals clock enabled\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12EN
- name: DAC1EN
description: "DAC clock enable\r Set and reset by software."
bit_offset: 11
bit_size: 1
@ -457,7 +457,7 @@ fieldset/AHB2LPENR:
description: "ADC1 and 2 peripherals clock enable during sleep mode\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12LPEN
- name: DAC1LPEN
description: "DAC clock enable during sleep mode\r Set and reset by software."
bit_offset: 11
bit_size: 1
@ -536,7 +536,7 @@ fieldset/AHB2RSTR:
description: "ADC1 and 2 blocks reset\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12RST
- name: DAC1RST
description: "DAC block reset\r Set and reset by software."
bit_offset: 11
bit_size: 1

View File

@ -270,7 +270,7 @@ fieldset/AHB2ENR:
description: "ADC1 peripherals clock enabled\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12EN
- name: DAC1EN
description: "DAC clock enable\r Set and reset by software."
bit_offset: 11
bit_size: 1
@ -313,7 +313,7 @@ fieldset/AHB2LPENR:
description: "ADC1 peripherals clock enable during sleep mode\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12LPEN
- name: DAC1LPEN
description: "DAC clock enable during sleep mode\r Set and reset by software."
bit_offset: 11
bit_size: 1
@ -356,7 +356,7 @@ fieldset/AHB2RSTR:
description: "ADC1 block reset\r Set and reset by software."
bit_offset: 10
bit_size: 1
- name: DAC12RST
- name: DAC1RST
description: "DAC block reset\r Set and reset by software."
bit_offset: 11
bit_size: 1