diff options
-rw-r--r-- | firmware/export/pp5020.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index c5fa83cf1a..dd711b3121 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -90,4 +90,10 @@ #define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) #define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) +#define IISCONFIG (*(volatile unsigned long*)(0x70002800)) + +#define IISFIFO_CFG (*(volatile unsigned long*)(0x7000280c)) +#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840)) +#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880)) + #endif |