2.49.21 GPIO_PinInputDisable Function

C

void GPIO_PinInputDisable(GPIO_PIN pin)

Summary

Disables the input mode of the given GPIO Pin

Description

Disables the input mode of the given GPIO Pin

Precondition

None.

Parameters

ParamDescription
pinOne of the GPIO pins from the enum GPIO_PIN

Returns

None

Example

GPIO_PinInputDisable(GPIO_PIN_GPIO012);

Remarks

None