ark1668_i2s.h 307 B

123456789101112131415161718192021
  1. /*
  2. * ark_i2s.h
  3. *
  4. */
  5. #ifndef __ARK_I2S_H__
  6. #define __ARK_I2S_H__
  7. #define USE_DAC_INTERFACE 0
  8. #define USE_IIS_INTERFACE 1
  9. #define ACT_AS_PLAYER 1
  10. #define ACT_AS_RECORDER 0
  11. //#define USE_I2S2_PLAY
  12. #define SYS_BASE 0xe4900000
  13. #define I2S_BASE 0xe4000000
  14. #define I2S1_BASE 0xe8200000
  15. #endif