Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Di2c.c67 uint32_t ui32SCLFreq; in I2CMasterInitExpClk() local
85 ui32SCLFreq = 400000; in I2CMasterInitExpClk()
89 ui32SCLFreq = 100000; in I2CMasterInitExpClk()
98 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / (2 * 10 * ui32SCLFreq)) - 1; in I2CMasterInitExpClk()

Completed in 4 milliseconds