1.8.13.16 1.25.10.16 1.26.9.16 1.27.11.16 1.28.13.16 1.34.10.16 1.35.8.16 1.36.11.16 1.41.12.16 1.42.10.16 PIO_PinSet Function

C

void PIO_PinSet(PIO_PIN pin)

Summary

Sets the selected pin.

Description

This function drives '1' 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_PinSet(PIO_PIN_PB3);

Remarks

None.