コード例 #1
0
TInt DBmOmapChannel::BindInterrupt(MBMInterruptLatencyIsr* aIsr)
	{
	BM_ASSERT(!iIsr);
	BM_ASSERT(!iInterruptLatencyIsr);
	iInterruptLatencyIsr = aIsr;
	return BindInterrupt();
	}
コード例 #2
0
ファイル: timer.cpp プロジェクト: TricksterGuy/complx
TimerPlugin::TimerPlugin(unsigned short address, unsigned char int_vector) : Plugin(TIMER_MAJOR_VERSION, TIMER_MINOR_VERSION, LC3_OTHER, "Timer plugin")
{
    BindInterrupt(int_vector);
}