1.8.13.17 1.25.10.17 1.26.9.17 1.27.11.17 1.28.13.17 1.34.10.17 1.35.8.17 1.36.11.17 1.41.12.17 1.42.10.17 PIO_PinClear Function
C
void PIO_PinClear(PIO_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 PIO_PIN |
Returns
None.
Example
PIO_PinClear(PIO_PIN_PB3);
Remarks
None.