Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c168 if (pending & ADC_FLAGS_THCMP_MASK(BOARD_ADC_CH)) { in ADC1_THCMP_IRQHandler()
173 Chip_ADC_ClearFlags(LPC_ADC1, ADC_FLAGS_THCMP_MASK(BOARD_ADC_CH)); in ADC1_THCMP_IRQHandler()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h189 #define ADC_FLAGS_THCMP_MASK(ch) (1 << (ch)) /*!< Threshold comparison status for channel */ macro

Completed in 4 milliseconds