1.6.13.23 1.7.14.23 1.10.11.23 1.11.11.23 1.12.11.23 1.13.10.23 1.14.10.23 1.15.10.23 1.22.13.23 1.23.12.23 1.24.9.23 GPIO_PinIntDisable Function
C
void GPIO_PinIntDisable(GPIO_PIN pin);
Summary
Disables IO interrupt on selected IO pin.
Description
This function disables IO interrupt on selected IO pin.
Precondition
-
Corresponding pin must be configured in interrupt mode in MHC Pin Manager.
-
GPIO_Initialize() must have been called.
Parameters
Param | Description |
---|---|
pin | One of the IO pins from the enum GPIO_PIN |
Returns
None.
Example
GPIO_PinIntDisable(GPIO_PIN_RB3);
Remarks
None.