Hi, I found some interrupt handler functions are declared with "fastcall" keyword, such as: fastcall void event_check_interrupt(void); So what does fastcall implicate here? Is there some special things in the fastcall handling ? Thanks,