1.2.17.9 1.3.19.9 1.4.17.9 1.5.18.9 1.29.18.9 1.30.13.9 1.31.13.9 1.32.20.9 1.33.13.9 1.37.14.9 1.38.17.9 1.39.14.9 1.40.16.9 PORT_PinOutputEnable Function
C
void PORT_PinOutputEnable(PORT_PIN pin)
Summary
Enables selected IO pin as output.
Description
This function enables selected IO pin as output. Calling this function will override the MHC input output pin configuration.
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_PinOutputEnable(PORT_PIN_PB03);
Remarks
None.