1.31.13.8 PORT_PinInputEnable Function

C

void PORT_PinInputEnable(PORT_PIN pin)

Summary

Configures the selected IO pin as input.

Description

This function configures the selected IO pin as input. This function override the MHC input output pin settings.

Precondition

The PORT_Initialize() function should have been called.

Parameters

Param Description
pin One of the IO pins from the enum PORT_PIN.

Returns

None.

Example

PORT_PinInputEnable(PORT_PIN_PB03);

Remarks

None.