Searched refs:I2C_ReadByte (Results 1 – 4 of 4) sorted by relevance
353 uint8_t I2C_ReadByte(en_i2c_channel_t enCh) in I2C_ReadByte() function486 pu8Data[u8i++] = I2C_ReadByte(enCh); in I2C_SlaveReadData()546 pu8Data[u8i++] = I2C_ReadByte(enCh); in I2C_MasterReadData()553 pu8Data[u8i++] = I2C_ReadByte(enCh); in I2C_MasterReadData()
136 uint8_t I2C_ReadByte(M0P_I2C_TypeDef* I2Cx);
155 uint8_t I2C_ReadByte(en_i2c_channel_t enCh);
204 uint8_t I2C_ReadByte(M0P_I2C_TypeDef* I2Cx) in I2C_ReadByte() function
Completed in 7 milliseconds