1.2.23.3 1.3.26.4 1.4.22.4 1.5.26.4 1.9.21.3 1.29.24.4 1.32.27.5 1.38.22.4 1.39.19.4 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.