コード例 #1
0
ファイル: platform.c プロジェクト: Theemuts/eLuaBrain
static void __attribute__((naked)) ISR_Tc2()
{
  INT_STUB( __isr_tc2_helper );
}
コード例 #2
0
ファイル: platform_int.c プロジェクト: Coocora/elua
static void __attribute__((naked)) uart1_rx_handler()
{
  INT_STUB( __uart1_rx_handler_helper );
}
コード例 #3
0
ファイル: platform.c プロジェクト: ARMinARM/elua
static void __attribute__((naked)) ISR_Pit()
{
  INT_STUB( __isr_pit_helper );
}