Skip to content

Commit 47e2e4a

Browse files
committed
fix: STM32F4 RCC naming for SPDIFRX enable/reset
1 parent 7cc5a9c commit 47e2e4a

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)