Searched refs:I2C_SetBaud (Results 1 – 4 of 4) sorted by relevance
76 en_result_t I2C_SetBaud(M0P_I2C_TypeDef* I2Cx, uint8_t u8Tm) in I2C_SetBaud() function255 enRet = I2C_SetBaud(I2Cx, u8Tm); in I2C_Init()
120 en_result_t I2C_SetBaud(M0P_I2C_TypeDef* I2Cx,uint8_t u8Tm);
131 en_result_t I2C_SetBaud(en_i2c_channel_t enCh,uint8_t u8Tm);
77 en_result_t I2C_SetBaud(en_i2c_channel_t enCh,uint8_t u8Tm) in I2C_SetBaud() function589 enRet = I2C_SetBaud(enCh,pstcI2CCfg->u8Tm); in I2C_Init()
Completed in 10 milliseconds