| 
    POK(kernelpart)
    
   | 
 
Leon3 timer management. More...
#include <errno.h>#include <bsp.h>#include <core/time.h>#include <core/sched.h>#include <arch.h>#include "ioports.h"#include "sparc_conf.h"#include "timer.h"#include "irq.h"#include "../traps.h"Go to the source code of this file.
Functions | |
| void | timer_isr (void) | 
| pok_ret_t | pok_bsp_time_init () | 
Leon3 timer management.
Definition in file timer.c.
| pok_ret_t pok_bsp_time_init | ( | ) | 
Initialize the timer, register the ISR and unmask the interrupt.
Definition at line 50 of file timer.c.
| void timer_isr | ( | void | ) | 
Timer interrupt subroutine.