X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FCORTEX_LM3S811_IAR%2FLuminaryCode%2Fi2c.h;h=a9b4ad9e9e916e17a8c2a7c9afbfdc3e64a4fc8b;hb=baa9ed196e2945d39b1487fbd47e7f089a534ee5;hp=bfe8c8563b1b8619c8898ad03ff877b7d854fe43;hpb=f6abf70e60051c8dc271e329eeef65028ba3126b;p=freertos diff --git a/Demo/CORTEX_LM3S811_IAR/LuminaryCode/i2c.h b/Demo/CORTEX_LM3S811_IAR/LuminaryCode/i2c.h index bfe8c8563..a9b4ad9e9 100644 --- a/Demo/CORTEX_LM3S811_IAR/LuminaryCode/i2c.h +++ b/Demo/CORTEX_LM3S811_IAR/LuminaryCode/i2c.h @@ -129,6 +129,8 @@ extern void I2CSlaveIntDisable(unsigned long ulBase); extern void I2CSlaveIntEnable(unsigned long ulBase); extern tBoolean I2CSlaveIntStatus(unsigned long ulBase, tBoolean bMasked); extern unsigned long I2CSlaveStatus(unsigned long ulBase); +extern void I2CMasterInitExpClk(unsigned long ulBase, unsigned long ulI2CClk, + tBoolean bFast); #ifdef __cplusplus }