1.5.26.6 SUPC_OUTPIN Enum

C

typedef enum
{
    SUPC_OUTPIN_OUT0 = 0,
    SUPC_OUTPIN_OUT1 = 1
}SUPC_OUTPIN;

Summary

Identifies the output pins of SUPC peripheral.

Description

There are two pins controlled by SUPC. This enum type can be used to specify the output pins when calling the APIs which controls those pins. eg. SUPC_SetOutputPin( SUPC_OUTPIN_OUT0 );

Remarks

None.