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