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