Searched refs:u16ETMeout (Results 1 – 2 of 2) sorted by relevance
341 void I2C_SetSCLLowETMeout(I2C_Type *pI2Cx, uint16_t u16ETMeout) in I2C_SetSCLLowETMeout() argument343 pI2Cx->SLTL = (uint8_t)u16ETMeout; in I2C_SetSCLLowETMeout()344 pI2Cx->SLTH = (uint8_t)(u16ETMeout>>8); in I2C_SetSCLLowETMeout()
500 void I2C_SetSCLLowETMeout(I2C_Type *pI2Cx, uint16_t u16ETMeout);
Completed in 12 milliseconds