예제 #1
0
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 );
}