File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ _svd: ../svd/stm32l4x1.svd
5
5
# SVD incorrectly shifts CRCRST 11 bits instead of 12
6
6
# SVD incorrectly labels APB1SMENR1 bit 17 as USART1SMEN instead of USART2SMEN
7
7
# SVD incorrectly labels APB1SMENR1 bit 18 as USART2SMEN instead of USART3SMEN
8
- # SVD is missing label APB1SMENR1 bit 19 as USART4SMEN
8
+ # SVD is missing label APB1SMENR1 bit 19 as UART4SMEN
9
9
RCC :
10
10
APB1ENR1 :
11
11
_modify :
38
38
bitWidth : 1
39
39
access : read-write
40
40
_add :
41
- USART4SMEN :
42
- description : USART4 clocks enable during Sleep and Stop modes
41
+ UART4SMEN :
42
+ description : UART4 clocks enable during Sleep and Stop modes
43
43
bitOffset : 19
44
44
bitWidth : 1
45
45
access : read-write
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ _svd: ../svd/stm32l4x2.svd
8
8
# SVD incorrectly shifts CRCRST 11 bits instead of 12
9
9
# SVD incorrectly labels APB1SMENR1 bit 17 as USART1SMEN instead of USART2SMEN
10
10
# SVD incorrectly labels APB1SMENR1 bit 18 as USART2SMEN instead of USART3SMEN
11
- # SVD is missing label APB1SMENR1 bit 19 as USART4SMEN
11
+ # SVD is missing label APB1SMENR1 bit 19 as UART4SMEN
12
12
RCC :
13
13
APB1ENR1 :
14
14
_modify :
49
49
bitWidth : 1
50
50
access : read-write
51
51
_add :
52
- USART4SMEN :
53
- description : USART4 clocks enable during Sleep and Stop modes
52
+ UART4SMEN :
53
+ description : UART4 clocks enable during Sleep and Stop modes
54
54
bitOffset : 19
55
55
bitWidth : 1
56
56
access : read-write
You can’t perform that action at this time.
0 commit comments