1.38.22.3 SUPC_SetOutputPin Function

C

void SUPC_SetOutputPin( SUPC_OUTPIN pin );

Summary

Sets a specific output pin (OUTx) to logic HIGH.

Description

There are two pins controlled by the SUPC. This API helps to drive a logic HIGH on a given OUTx pin.

Precondition

None.

Parameters

Param Description
pin Identifies the output pin to be set

Returns

None.

Example

SUPC_SetOutputPin( SUPC_OUTPIN_OUT0 );

Remarks

None.