Searched refs:I2C_MSTCMD_STO_Pos (Results 1 – 2 of 2) sorted by relevance
179 I2Cx->MSTCMD = (1 << I2C_MSTCMD_STO_Pos); in I2C_Stop()
1534 #define I2C_MSTCMD_STO_Pos 6 //写:产生STOP,自动清零 macro1535 #define I2C_MSTCMD_STO_Msk (0x01 << I2C_MSTCMD_STO_Pos)
Completed in 31 milliseconds