Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c197 if ((rawSample & ADC_SEQ_GDAT_DATAVALID) != 0) { in main()
/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c78 if ((rawSample & (ADC_DR_OVERRUN | ADC_SEQ_GDAT_DATAVALID)) != 0) { in showValudeADC()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h153 #define ADC_SEQ_GDAT_DATAVALID (1UL << 31) /*!< Data valid bit */ macro

Completed in 5 milliseconds