1.2.17.6 1.3.19.6 1.4.17.6 1.5.18.6 1.29.18.6 1.30.13.6 1.31.13.6 1.32.20.6 1.33.13.6 1.37.14.6 1.38.17.6 1.39.14.6 1.40.16.6 PORT_PinSet Function
C
void PORT_PinSet(PORT_PIN pin)
Summary
Sets the selected pin.
Description
This function drives a logic 1 on the selected I/O line/pin.
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_PinSet(PORT_PIN_PB03);
Remarks
None.