Home
last modified time | relevance | path

Searched refs:ADC_INTEN_CMP_MASK (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h185 #define ADC_INTEN_CMP_MASK (3) /*!< Comparison interrupt value mask */ macro
186 #define ADC_INTEN_CMP_ENABLE(isel, ch) (((isel) & ADC_INTEN_CMP_MASK) << ((2 * (ch)) + 3)) /*!< Int…
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c213 Chip_ADC_ClearIntBits(pADC, (ADC_INTEN_CMP_MASK << shiftIndex)); in Chip_ADC_SetThresholdInt()

Completed in 5 milliseconds