Subversion Repositories freemyipod

Rev

Rev 85 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 219
Line 175... Line 175...
175
 
175
 
176
void interrupt_init(void)
176
void interrupt_init(void)
177
{
177
{
178
    VIC0INTENABLE = 1 << IRQ_TIMER;
178
    VIC0INTENABLE = 1 << IRQ_TIMER;
179
}
179
}
-
 
180
 
-
 
181
void interrupt_shutdown(void)
-
 
182
{
-
 
183
    VIC0INTENCLEAR = 0xffffffff;
-
 
184
    VIC1INTENCLEAR = 0xffffffff;
-
 
185
}