Searched refs:u8Mode (Results 1 – 1 of 1) sorted by relevance
433 void LPI2C_EnableAutoMode(LPI2C_T *lpi2c, uint8_t u8Mode, uint8_t u8Src) in LPI2C_EnableAutoMode() argument436 lpi2c->AUTOCTL = (lpi2c->AUTOCTL & ~LPI2C_AUTOCTL_AUTOMODE_Msk) | (u8Mode); in LPI2C_EnableAutoMode()