RTEMS 6.1-rc2
|
#include <rtems.h>
#include <bsp.h>
#include <bsp/irq.h>
#include <rtems/bspIo.h>
#include "../../../shared/dev/clock/clockimpl.h"
Macros | |
#define | CLOCK_VECTOR AU1X00_IRQ_TOY_MATCH2 |
#define | Clock_driver_support_at_tick() |
#define | Clock_driver_support_install_isr(_new) |
#define | Clock_driver_support_initialize_hardware() |
#define | CLOCK_DRIVER_USE_DUMMY_TIMECOUNTER |
Functions | |
void | au1x00_clock_init (void) |
Variables | |
uint32_t | tick_interval |
uint32_t | last_match |
Instantiate the clock driver shell.
This uses the TOY (Time of Year) timer to implement the clock.
#define Clock_driver_support_at_tick | ( | ) |
#define Clock_driver_support_initialize_hardware | ( | void | ) |
#define Clock_driver_support_install_isr | ( | _new | ) |