Searched refs:TEMPSAMPLES (Results 1 – 1 of 1) sorted by relevance
44 #define TEMPSAMPLES 10 macro45 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