Defines

QADCINT register settings

Defines

#define ADC_INT_PRIO(Q1Prio, Q2Prio)   ((((U16)(Q2Prio)) << 5) | (Q1Prio))
 This macro used to develop the QADCINT reg value by grouping all the different field values.

Define Documentation

#define ADC_INT_PRIO (   Q1Prio,
  Q2Prio 
)    ((((U16)(Q2Prio)) << 5) | (Q1Prio))

This macro used to develop the QADCINT reg value by grouping all the different field values.

Definition at line 55 of file adc_Cfg.h.