2.5.13 AFEC_CHANNEL_NUM Enum
C
typedef enum
{
AFEC_CH0,
AFEC_CH1,
AFEC_CH2,
AFEC_CH3,
AFEC_CH4,
AFEC_CH5,
AFEC_CH6,
AFEC_CH7,
AFEC_CH8,
AFEC_CH9,
AFEC_CH10,
AFEC_CH11
}AFEC_CHANNEL_NUM;
Summary
Identifies AFEC channel number
Description
This enumeration identifies AFEC channel numbers. This may be used as argument of function to identify channel number.
Remarks
None.
