1.31.13.7 PORT_PinClear Function

C

void PORT_PinClear(PORT_PIN pin)

Summary

Clears the selected pin.

Description

This function drives a logic 0 on the selected I/O line/pin.

Precondition

The PORT_Initialize() function should have been called.

Parameters

Param Description
pin One of the IO pins from the enum PORT_PIN.

Returns

None.

Example

PORT_PinClear(PORT_PIN_PB03);

Remarks

None.