Lines Matching full:enum

33 /* Enum of Eagle family devices */
34 enum MXL_EAGLE_DEVICE_E {
47 /* Enum of Host to Eagle I2C protocol opcodes */
48 enum MXL_EAGLE_OPCODE_E {
106 /* Enum of Host to Eagle I2C protocol opcodes */
163 /* Enum of Callabck function types */
164 enum MXL_EAGLE_CB_TYPE_E {
168 /* Enum of power supply types */
169 enum MXL_EAGLE_POWER_SUPPLY_SOURCE_E {
174 /* Enum of I/O pad drive modes */
175 enum MXL_EAGLE_IO_MUX_DRIVE_MODE_E {
186 /* Enum of demodulator types. Used for selection of demodulator
189 enum MXL_EAGLE_DEMOD_TYPE_E {
195 /* Enum of power modes. Used for initial
198 enum MXL_EAGLE_POWER_MODE_E {
203 /* Enum of GPIOs, used in device GPIO APIs */
204 enum MXL_EAGLE_GPIO_NUMBER_E {
214 /* Enum of GPIO directions, used in GPIO direction configuration API */
215 enum MXL_EAGLE_GPIO_DIRECTION_E {
220 /* Enum of GPIO level, used in device GPIO APIs */
221 enum MXL_EAGLE_GPIO_LEVEL_E {
226 /* Enum of I/O Mux function, used in device I/O mux configuration API */
227 enum MXL_EAGLE_IOMUX_FUNCTION_E {
232 /* Enum of MPEG Data format, used in MPEG and OOB output configuration */
233 enum MXL_EAGLE_MPEG_DATA_FORMAT_E {
241 /* Enum of MPEG Clock format, used in MPEG and OOB output configuration */
242 enum MXL_EAGLE_MPEG_CLOCK_FORMAT_E {
253 /* Enum of MPEG Clock speeds, used in MPEG output configuration */
254 enum MXL_EAGLE_MPEG_CLOCK_RATE_E {
261 /* Enum of Interrupt mask bit, used in host interrupt configuration */
262 enum MXL_EAGLE_INTR_MASK_BITS_E {
268 /* Enum of QAM Demodulator type, used in QAM configuration */
269 enum MXL_EAGLE_QAM_DEMOD_ANNEX_TYPE_E {
274 /* Enum of QAM Demodulator modulation, used in QAM configuration and status */
275 enum MXL_EAGLE_QAM_DEMOD_QAM_TYPE_E {
286 /* Enum of Demodulator IQ setup, used in QAM, OOB configuration and status */
287 enum MXL_EAGLE_IQ_FLIP_E {
293 /* Enum of OOB Demodulator symbol rates, used in OOB configuration */
294 enum MXL_EAGLE_OOB_DEMOD_SYMB_RATE_E {
300 /* Enum of tuner channel tuning mode */
301 enum MXL_EAGLE_TUNER_CHANNEL_TUNE_MODE_E {
306 /* Enum of tuner bandwidth */
307 enum MXL_EAGLE_TUNER_BW_E {
313 /* Enum of tuner bandwidth */
314 enum MXL_EAGLE_JUNCTION_TEMPERATURE_E {