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.