Searched refs:I2C_SendByte (Results 1 – 2 of 2) sorted by relevance
24 static void I2C_SendByte(uint8_t dat);93 static void I2C_SendByte(uint8_t dat) in I2C_SendByte() function122 I2C_SendByte(sla); //device address in I2C_WaitForCrossPage()326 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterReadBytes()330 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()337 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterReadBytes()393 I2C_SendByte(InitStruct->SlaveAddr|0x01); in I2C_MasterReadBytes()451 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterWriteBytes()517 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterWriteBytes()569 I2C_SendByte(*InitStruct->pBuffer); in I2C_MasterWriteBytes()[all …]
24 static void I2C_SendByte(uint8_t dat);93 static void I2C_SendByte(uint8_t dat) in I2C_SendByte() function122 I2C_SendByte(sla); //device address in I2C_WaitForCrossPage()321 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterReadBytes()325 I2C_SendByte(InitStruct->SubAddress&0xFF); in I2C_MasterReadBytes()332 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterReadBytes()388 I2C_SendByte(InitStruct->SlaveAddr|0x01); in I2C_MasterReadBytes()446 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterWriteBytes()512 I2C_SendByte(InitStruct->SlaveAddr); in I2C_MasterWriteBytes()564 I2C_SendByte(*InitStruct->pBuffer); in I2C_MasterWriteBytes()[all …]
Completed in 10 milliseconds