コード例 #1
0
ファイル: pios_board.c プロジェクト: Crash1/TauLabs
void PIOS_ADC_DMC_irq_handler(void)
{
	/* Call into the generic code to handle the IRQ for this specific device */
	PIOS_ADC_DMA_Handler();
}
コード例 #2
0
ファイル: board_hw_defs.c プロジェクト: mirasanti/vbrain
void PIOS_ADC_handler() {
	PIOS_ADC_DMA_Handler();
}