1.2.23.5 1.3.26.6 1.4.22.6 1.5.26.6 1.9.21.5 1.29.24.6 1.32.27.7 1.38.22.6 1.39.19.6 1.40.21.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.