Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/periph_temp/example/src/
A Dtemp.c44 #define TEMPSAMPLES 10 macro
45 static uint32_t temp[TEMPSAMPLES];
82 return temp[TEMPSAMPLES - 1]; in tempGetSample()
120 if (tempSampleIdx < TEMPSAMPLES) { in ADC0A_IRQHandler()
125 if (tempSampleIdx >= TEMPSAMPLES) { in ADC0A_IRQHandler()

Completed in 2 milliseconds