Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_adc_15xx.h50 typedef void (*ADC_CALLBK_T)(ErrorCode_t error_code, uint32_t num_channel); typedef
67 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