#include "i2c.h"Functions | |
| void | I2CMasterInitExpClk (uint32_t ui32Base, uint32_t ui32I2CClk, bool bFast) |
| Initializes the I2C Master block. More... | |
| uint32_t | I2CMasterErr (uint32_t ui32Base) |
| Gets the error status of the I2C Master module. More... | |
| void | I2CIntRegister (uint32_t ui32Base, void(*pfnHandler)(void)) |
| Registers an interrupt handler for the I2C module. More... | |
| void | I2CIntUnregister (uint32_t ui32Base) |
| Unregisters an interrupt handler for the I2C module. More... | |