1.2.17.7 1.3.19.7 1.4.17.7 1.5.18.7 1.29.18.7 1.30.13.7 1.31.13.7 1.32.20.7 1.33.13.7 1.37.14.7 1.38.17.7 1.39.14.7 1.40.16.7 PORT_PinClear Function
C
void PORT_PinClear(PORT_PIN pin)
Summary
Clears the selected pin.
Description
This function drives a logic 0 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_PinClear(PORT_PIN_PB03);
Remarks
None.