Searched refs:ui32I2CClk (Results 1 – 9 of 9) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | i2c.c | 62 I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk, in I2CMasterInitExpClk() argument 88 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / (2 * 10 * ui32SCLFreq)) - 1; in I2CMasterInitExpClk()
|
| D | i2c.h | 194 extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
|
| D | rom.h | 359 ((void (*)(uint32_t ui32Base, uint32_t ui32I2CClk, bool bFast)) \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
| D | i2c.c | 64 I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk, in I2CMasterInitExpClk() argument 90 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / (2 * 10 * ui32SCLFreq)) - 1; in I2CMasterInitExpClk()
|
| D | i2c.h | 196 extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
|
| D | rom.h | 357 ((void (*)(uint32_t ui32Base, uint32_t ui32I2CClk, bool bFast)) \
|
| /hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/ |
| D | i2c.c | 168 I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk, in I2CMasterInitExpClk() argument 202 ui32TPR = ((ui32I2CClk + (2 * 10 * ui32SCLFreq) - 1) / in I2CMasterInitExpClk() 212 ui32TPR = ((ui32I2CClk + (2 * 3 * 3400000) - 1) / in I2CMasterInitExpClk()
|
| D | i2c.h | 313 extern void I2CMasterInitExpClk(uint32_t ui32Base, uint32_t ui32I2CClk,
|
| D | rom.h | 1051 uint32_t ui32I2CClk, \
|