1.2.17.8 1.3.19.8 1.4.17.8 1.5.18.8 1.29.18.8 1.30.13.8 1.31.13.8 1.32.20.8 1.33.13.8 1.37.14.8 1.38.17.8 1.39.14.8 1.40.16.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.