1.1.4.4 void GPIO_PinInputDisable(GPIO_PIN pin) 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

Param Description
pin One of the GPIO pins from the enum GPIO_PIN

Returns

None

Example

GPIO_PinInputDisable(GPIO_PIN_GPIO012);

Remarks

None