Searched refs:I2C_MSTCMD_WR_Pos (Results 1 – 2 of 2) sorted by relevance
164 (1 << I2C_MSTCMD_WR_Pos); //发送起始位和从机地址 in I2C_Start()194 I2Cx->MSTCMD = (1 << I2C_MSTCMD_WR_Pos); in I2C_Write()
1528 #define I2C_MSTCMD_WR_Pos 4 // 向Slave写数据时,把这一位写1,自动清零 macro1529 #define I2C_MSTCMD_WR_Msk (0x01 << I2C_MSTCMD_WR_Pos)
Completed in 23 milliseconds