Added reset function to i2c convenience functions.

This commit is contained in:
Piotr Esden-Tempski
2012-02-24 17:14:50 -08:00
parent cbef43ddd8
commit 2b3f07ee08
2 changed files with 16 additions and 0 deletions

View File

@@ -316,6 +316,7 @@
/* --- I2C funtion prototypes----------------------------------------------- */
void i2c_reset(u32 i2c);
void i2c_peripheral_enable(u32 i2c);
void i2c_peripheral_disable(u32 i2c);
void i2c_send_start(u32 i2c);