Searched refs:I2C_WriteByte (Results 1 – 4 of 4) sorted by relevance
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | i2c.c | 330 en_result_t I2C_WriteByte(en_i2c_channel_t enCh,uint8_t u8Data) in I2C_WriteByte() function 390 I2C_WriteByte(enCh,u8DevAddr);//从设备地址发送 in I2C_MasterWriteData() 393 I2C_WriteByte(enCh,u8Addr);//从设备内存地址发送 in I2C_MasterWriteData() 396 I2C_WriteByte(enCh,pu8Data[u8i++]); in I2C_MasterWriteData() 442 I2C_WriteByte(enCh,pu8Data[u8i++]); in I2C_SlaveWriteData() 446 I2C_WriteByte(enCh,pu8Data[u8i++]); in I2C_SlaveWriteData() 527 I2C_WriteByte(enCh,u8DevAddr); in I2C_MasterReadData() 530 I2C_WriteByte(enCh,u8Addr); in I2C_MasterReadData() 537 I2C_WriteByte(enCh,u8DevAddr|0x01);//从机地址发送OK in I2C_MasterReadData()
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/inc/ |
| A D | hc32l196_i2c.h | 133 en_result_t I2C_WriteByte(M0P_I2C_TypeDef* I2Cx,uint8_t u8Data);
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/inc/ |
| A D | i2c.h | 149 en_result_t I2C_WriteByte(en_i2c_channel_t enCh,uint8_t u8Data);
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/ |
| A D | hc32l196_i2c.c | 186 en_result_t I2C_WriteByte(M0P_I2C_TypeDef* I2Cx, uint8_t u8Data) in I2C_WriteByte() function
|
Completed in 9 milliseconds