diff options
Diffstat (limited to 'firmware/export/pp5020.h')
| -rw-r--r-- | firmware/export/pp5020.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index d2dbffc..14dd2ba 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -87,4 +87,7 @@ #define PP5020_SER1_MASK (1 << (PP5020_SER1_IRQ-32)) #define PP5020_I2C_MASK (1 << (PP5020_I2C_IRQ-32)) +#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) +#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) + #endif |