Skip to content

Commit 7bb5f23

Browse files
authored
Merge pull request #535 from elagil/fix_stm32f4_spdifrx_enrst_naming
Fix naming for SPDIFRX enable/reset in the RCC registers
2 parents 7cc5a9c + 47e2e4a commit 7bb5f23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/registers/rcc_f4.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,8 @@ fieldset/APB1ENR:
567567
description: SPI3 clock enable
568568
bit_offset: 15
569569
bit_size: 1
570-
- name: SPDIFEN
571-
description: SPDIF-IN clock enable
570+
- name: SPDIFRXEN
571+
description: SPDIF-Rx clock enable
572572
bit_offset: 16
573573
bit_size: 1
574574
- name: USART2EN
@@ -817,8 +817,8 @@ fieldset/APB1RSTR:
817817
description: SPI 3 reset
818818
bit_offset: 15
819819
bit_size: 1
820-
- name: SPDIFRST
821-
description: SPDIF-IN reset
820+
- name: SPDIFRXRST
821+
description: SPDIF-Rx reset
822822
bit_offset: 16
823823
bit_size: 1
824824
- name: USART2RST

0 commit comments

Comments
 (0)