Example #1
0
void tim6_isr()
{
    timer_handle_interrupt(TIM_6);
}
Example #2
0
void tim7_isr()
{
    timer_handle_interrupt(TIM_7);
}
Example #3
0
void tim3_isr()
{
    timer_handle_interrupt(TIM_3);
}
Example #4
0
void tim4_isr()
{
    timer_handle_interrupt(TIM_4);
}
Example #5
0
/* ISR handlers */
void tim2_isr()
{
    timer_handle_interrupt(TIM_2);
}
Example #6
0
void tim8_cc_isr()
{
    timer_handle_interrupt(TIM_8);
}
Example #7
0
void tim8_up_tim13_isr()
{
    timer_handle_interrupt(TIM_8);
}
Example #8
0
void tim1_cc_isr()
{
    timer_handle_interrupt(TIM_1);
}
Example #9
0
void tim1_up_tim10_isr()
{
    timer_handle_interrupt(TIM_1);
}