1.2.23.2 1.3.26.3 1.4.22.3 1.5.26.3 1.9.21.2 1.29.24.3 1.32.27.4 1.38.22.3 1.39.19.3 1.40.21.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.