Esempio n. 1
0
void PIOS_ADC_DMC_irq_handler(void)
{
	/* Call into the generic code to handle the IRQ for this specific device */
	PIOS_ADC_DMA_Handler();
}
Esempio n. 2
0
void PIOS_ADC_handler() {
	PIOS_ADC_DMA_Handler();
}