Exemplo n.º 1
0
TInt DBmOmapChannel::BindInterrupt(MBMInterruptLatencyIsr* aIsr)
	{
	BM_ASSERT(!iIsr);
	BM_ASSERT(!iInterruptLatencyIsr);
	iInterruptLatencyIsr = aIsr;
	return BindInterrupt();
	}
Exemplo n.º 2
0
TimerPlugin::TimerPlugin(unsigned short address, unsigned char int_vector) : Plugin(TIMER_MAJOR_VERSION, TIMER_MINOR_VERSION, LC3_OTHER, "Timer plugin")
{
    BindInterrupt(int_vector);
}