Beispiel #1
0
static void __attribute__((naked)) ISR_Tc2()
{
  INT_STUB( __isr_tc2_helper );
}
Beispiel #2
0
static void __attribute__((naked)) uart1_rx_handler()
{
  INT_STUB( __uart1_rx_handler_helper );
}
Beispiel #3
0
static void __attribute__((naked)) ISR_Pit()
{
  INT_STUB( __isr_pit_helper );
}