i2c_sam3.h
Go to the documentation of this file.
00001
00038 #ifndef DRV_I2C_SAM3_H
00039 #define DRV_I2C_SAM3_H
00040 
00044 enum
00045 {
00046     I2C0,
00047     I2C1,
00048
00049     I2C_CNT
00050 };
00051
00052 #endif /* DRV_I2C_SAM3_H */
00053