RCC: add LSEDRV enums for WB and WL series
These are in the RMs but previously missing.
This commit is contained in:
parent
60d034f9fa
commit
2ceed56e94
@ -723,6 +723,7 @@ fieldset/BDCR:
|
||||
description: SE oscillator drive capability
|
||||
bit_offset: 3
|
||||
bit_size: 2
|
||||
enum: LSEDRV
|
||||
- name: LSECSSON
|
||||
description: LSECSSON
|
||||
bit_offset: 5
|
||||
@ -1717,3 +1718,18 @@ enum/RTCSEL:
|
||||
- name: HSE
|
||||
description: HSE oscillator clock divided by 32 selected
|
||||
value: 3
|
||||
enum/LSEDRV:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Low
|
||||
description: Low driving capability
|
||||
value: 0
|
||||
- name: MediumLow
|
||||
description: Medium low driving capability
|
||||
value: 1
|
||||
- name: MediumHigh
|
||||
description: Medium high driving capability
|
||||
value: 2
|
||||
- name: High
|
||||
description: High driving capability
|
||||
value: 3
|
||||
|
@ -669,6 +669,7 @@ fieldset/BDCR:
|
||||
description: LSE oscillator drive capability
|
||||
bit_offset: 3
|
||||
bit_size: 2
|
||||
enum: LSEDRV
|
||||
- name: LSECSSON
|
||||
description: CSS on LSE enable
|
||||
bit_offset: 5
|
||||
@ -1569,3 +1570,18 @@ enum/RTCSEL:
|
||||
- name: HSE
|
||||
description: HSE oscillator clock divided by 32 selected
|
||||
value: 3
|
||||
enum/LSEDRV:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Low
|
||||
description: Low driving capability
|
||||
value: 0
|
||||
- name: MediumLow
|
||||
description: Medium low driving capability
|
||||
value: 1
|
||||
- name: MediumHigh
|
||||
description: Medium high driving capability
|
||||
value: 2
|
||||
- name: High
|
||||
description: High driving capability
|
||||
value: 3
|
||||
|
@ -605,6 +605,7 @@ fieldset/BDCR:
|
||||
description: LSE oscillator drive capability
|
||||
bit_offset: 3
|
||||
bit_size: 2
|
||||
enum: LSEDRV
|
||||
- name: LSECSSON
|
||||
description: CSS on LSE enable
|
||||
bit_offset: 5
|
||||
@ -1191,3 +1192,18 @@ enum/RTCSEL:
|
||||
- name: HSE
|
||||
description: HSE oscillator clock divided by 32 selected
|
||||
value: 3
|
||||
enum/LSEDRV:
|
||||
bit_size: 2
|
||||
variants:
|
||||
- name: Low
|
||||
description: Low driving capability
|
||||
value: 0
|
||||
- name: MediumLow
|
||||
description: Medium low driving capability
|
||||
value: 1
|
||||
- name: MediumHigh
|
||||
description: Medium high driving capability
|
||||
value: 2
|
||||
- name: High
|
||||
description: High driving capability
|
||||
value: 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user