Home
last modified time | relevance | path

Searched refs:ui32I2CClk (Results 1 – 3 of 3) sorted by relevance

/external/platform/cc13xx/cc13xxware/driverlib/
A Di2c.c64 I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk, in I2CMasterInitExpClk() argument
98 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / (2 * 10 * ui32SCLFreq)) - 1; in I2CMasterInitExpClk()
A Di2c.h196 extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
A Drom.h400 ((void (*)(uint32_t ui32Base, uint32_t ui32I2CClk, bool bFast)) \

Completed in 8 milliseconds