Add missing enums

This commit is contained in:
chemicstry 2022-06-03 02:50:40 +03:00 committed by Dario Nieuwenhuis
parent 6811a09679
commit 660faf14dd

View File

@ -742,6 +742,24 @@ enum/OSEL:
- name: Wakeup
description: Wakeup output enabled
value: 3
enum/PCMODE:
bit_size: 1
variants:
- name: Floating
description: PCx is controlled by the GPIO configuration Register. Consequently PC15 is floating in Standby mode
value: 0
- name: PushPull
description: PCx is forced to push-pull output if LSE is disabled
value: 1
enum/PCVALUE:
bit_size: 1
variants:
- name: Low
description: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic low
value: 0
- name: High
description: If the LSE is disabled and PCxMODE = 1, set PCxVALUE to logic high
value: 1
enum/POL:
bit_size: 1
variants: