3.3.6.3 EIC_InterruptDisable
Disable external interrupt on the specified pin.
This function disables interrupt generation on the specified external interrupt pin. For some devices, it stops the DMAC controller if it was already running and re-initializes it.
void
EIC_InterruptDisable
(
EIC_PIN pin
);
Precondition
- EIC_Initialize() function must have been called
Parameters
- pin - EIC Pin number
Returns
- void
