mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-04 17:47:11 +02:00
mpu/cpg.h: specify DDCLKCR
This commit is contained in:
parent
89d540ee91
commit
02c1b551cd
1 changed files with 9 additions and 1 deletions
|
@ -68,7 +68,15 @@ typedef volatile struct
|
|||
uint32_t SRC :2; /* Clock source select */
|
||||
uint32_t DIVA :6; /* Division ratio for port A */
|
||||
);
|
||||
pad(0x08);
|
||||
pad(0x04);
|
||||
|
||||
lword_union(DDCLKCR,
|
||||
uint32_t :23;
|
||||
uint32_t CLKSTP :1; /* Clock Stop */
|
||||
uint32_t _ :1; /* Unknown */
|
||||
uint32_t :1;
|
||||
uint32_t DIV :6;
|
||||
);
|
||||
|
||||
lword_union(USBCLKCR,
|
||||
uint32_t :23;
|
||||
|
|
Loading…
Add table
Reference in a new issue