Home
last modified time | relevance | path

Searched refs:intClr (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2c_common_15xx.h277 static INLINE void Chip_I2C_DisableInt(LPC_I2C_T *pI2C, uint32_t intClr) in Chip_I2C_DisableInt() argument
279 pI2C->INTENCLR = intClr; in Chip_I2C_DisableInt()
290 static INLINE void Chip_I2C_ClearInt(LPC_I2C_T *pI2C, uint32_t intClr) in Chip_I2C_ClearInt() argument
292 Chip_I2C_DisableInt(pI2C, intClr); in Chip_I2C_ClearInt()

Completed in 3 milliseconds