Home
last modified time | relevance | path

Searched refs:ADC_FLAGS_SEQA_INT_MASK (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c128 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC0A_IRQHandler()
148 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC1A_IRQHandler()
153 Chip_ADC_ClearFlags(LPC_ADC1, ADC_FLAGS_SEQA_INT_MASK); in ADC1A_IRQHandler()
/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c119 if (pending & ADC_FLAGS_SEQA_INT_MASK) { in ADC0A_IRQHandler()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h194 #define ADC_FLAGS_SEQA_INT_MASK (1 << 28) /*!< Seq A Interrupt status */ macro

Completed in 5 milliseconds