Enable/Disable interrupt for I2C peripheral.
- Parameters:
-
[in] | I2Cx | I2C peripheral selected, should be I2C0, I2C1 or I2C2 |
[in] | NewState | New State of I2C peripheral interrupt in NVIC core should be:
- ENABLE: enable interrupt for this I2C peripheral
- DISABLE: disable interrupt for this I2C peripheral
|
- Returns:
- None
Definition at line 211 of file lpc17xx_i2c.c.