i2s_sam3.h
Go to the documentation of this file.
00001
00038 #ifndef DRV_I2S_SAM3_H
00039 #define DRV_I2S_SAM3_H
00040 
00041 #include <io/cm3.h>
00042
00043 enum
00044 {
00045     SSC0,
00046
00047     SSC_CNT
00048 };
00049
00050
00051 #define I2S_SAM3X MAKE_ID('I', '2', 'S', '3')
00052 
00053 #endif /* DRV_I2S_SAM3_H */