summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index d2b5a4fef2..07f78dafcf 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -507,4 +507,15 @@ interface */
507#define USB_NUM_ENDPOINTS 4 507#define USB_NUM_ENDPOINTS 4
508#define USB_DEVBSS_ATTR IBSS_ATTR 508#define USB_DEVBSS_ATTR IBSS_ATTR
509 509
510/* I2SIN registers */
511
512#define I2SIN_CONTROL (*(volatile unsigned long*)(I2SIN_BASE+0x00))
513#define I2SIN_MASK (*(volatile unsigned char*)(I2SIN_BASE+0x04))
514#define I2SIN_RAW_STATUS (*(volatile unsigned char*)(I2SIN_BASE+0x08))
515#define I2SIN_STATUS (*(volatile unsigned char*)(I2SIN_BASE+0x0C))
516#define I2SIN_CLEAR (*(volatile unsigned char*)(I2SIN_BASE+0x10))
517#define I2SIN_DATA (volatile unsigned long*)(I2SIN_BASE+0x14)
518#define I2SIN_SPDIF_STATUS (*(volatile unsigned long*)(I2SIN_BASE+0x18))
519
520
510#endif /*__AS3525_H__*/ 521#endif /*__AS3525_H__*/