1.2.9.6 SYS_PORT_PinClear Function
C
void SYS_PORT_PinClear(SYS_PORT_PIN pin)Summary
Clears the selected pin.
Description
This function drives '0' on the selected I/O line/pin.
Precondition
None.
Parameters
| Param | Description |
|---|---|
| pin | One of the IO pins from the enum SYS_PORT_PIN |
Returns
None.
Example
SYS_PORT_PinClear(SYS_PORT_PIN_PB3);
Remarks
None.
