task #5

Merged
Steins7 merged 35 commits from task into dev 2024-08-04 18:30:16 +00:00
Showing only changes of commit 5c89df4324 - Show all commits

View File

@ -21,7 +21,7 @@
union PWR_CR { union PWR_CR {
struct { struct {
uint32_t LPDS:1; uint32_t LPDS:1;
uint32_t LDDS:1; uint32_t PDDS:1;
uint32_t CWUF:1; uint32_t CWUF:1;
uint32_t CSBF:1; uint32_t CSBF:1;
uint32_t PVDE:1; uint32_t PVDE:1;