CC26xx Driver Library
i2c.c File Reference
#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 in the dynamic interrupt table. More...
 
void I2CIntUnregister (uint32_t ui32Base)
 Unregisters an interrupt handler for the I2C module in the dynamic interrupt table. More...