Searched refs:ui32I2CClk (Results 1 – 3 of 3) sorted by relevance
64 I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk, in I2CMasterInitExpClk() argument98 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / (2 * 10 * ui32SCLFreq)) - 1; in I2CMasterInitExpClk()
196 extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
400 ((void (*)(uint32_t ui32Base, uint32_t ui32I2CClk, bool bFast)) \
Completed in 8 milliseconds