Beispiel #1
0
void VCountHandler()
{
	inputGetAndSend();
}
Beispiel #2
0
static void
isrVCount()
{
    inputGetAndSend();
}
Beispiel #3
0
//---------------------------------------------------------------------------------
void VcountHandler() {
	//---------------------------------------------------------------------------------
	inputGetAndSend();
}
Beispiel #4
0
void IRQ_VCount()
{
    inputGetAndSend();
}