1.40.21.4 SUPC_ClearOutputPin Function
C
void SUPC_ClearOutputPin( SUPC_OUTPIN pin );
Summary
Clears a specific output pin (OUTx) to logic LOW.
Description
There are two pins controlled by the SUPC. This API helps to drive a logic LOW on a given OUTx pin.
Precondition
None.
Parameters
Param | Description |
---|---|
pin | Identifies the output pin to be cleared |
Returns
None.
Example
SUPC_ClearOutputPin( SUPC_OUTPIN_OUT0 );
Remarks
None.