Searched refs:LPI2C_SET_CONTROL_REG (Results 1 – 2 of 2) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lpi2c.c | 535 LPI2C_SET_CONTROL_REG(lpi2c, LPI2C_CTL_STO_SI); /* Clear SI and send STOP */ in LPI2C_WriteByte() 540 …LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl); /* Write controlbit to LPI2C_CTL regi… in LPI2C_WriteByte() 606 LPI2C_SET_CONTROL_REG(lpi2c, LPI2C_CTL_STO_SI); /* Clear SI and send STOP */ in LPI2C_WriteMultiBytes() 611 …LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl); /* Write controlbit to LPI2C_CTL regi… in LPI2C_WriteMultiBytes() 681 LPI2C_SET_CONTROL_REG(lpi2c, LPI2C_CTL_STO_SI); /* Clear SI and send STOP */ in LPI2C_WriteByteOneReg() 686 …LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl); /* Write controlbit to LPI2C_CTL regi… in LPI2C_WriteByteOneReg() 756 LPI2C_SET_CONTROL_REG(lpi2c, LPI2C_CTL_STO_SI); /* Clear SI and send STOP */ in LPI2C_WriteMultiBytesOneReg() 761 …LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl); /* Write controlbit to LPI2C_CTL regi… in LPI2C_WriteMultiBytesOneReg() 837 … LPI2C_SET_CONTROL_REG(lpi2c, LPI2C_CTL_STO_SI); /* Clear SI and send STOP */ in LPI2C_WriteByteTwoRegs() 842 …LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl); /* Write controlbit to LPI… in LPI2C_WriteByteTwoRegs() [all …]
|
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lpi2c.h | 90 #define LPI2C_SET_CONTROL_REG(lpi2c, u8Ctrl) ((lpi2c)->CTL0 = ((lpi2c)->CTL0 & ~0x3C) | (u8Ctrl)) macro
|