Searched refs:ADC_CALLBK_T (Results 1 – 1 of 1) sorted by relevance
50 typedef void (*ADC_CALLBK_T)(ErrorCode_t error_code, uint32_t num_channel); typedef67 ADC_CALLBK_T overrun_callback; /* For interrupt, it's the overrun */68 ADC_CALLBK_T thcmp_callback; /* For interrupt, it's over the threshold */96 ADC_CALLBK_T dma_done_callback_pt; /* DMA completion callback function */118 ADC_CALLBK_T overrun_callback_pt; /* Overrun callback function */119 ADC_CALLBK_T thcmp_callback_pt; /* THCMP callback function */
Completed in 3 milliseconds