RTEMS 6.1-rc5
|
#include <rtems.h>
#include <bsp/irq.h>
#include <bsp.h>
#include "../../../shared/dev/clock/clockimpl.h"
Macros | |
#define | CLOCK_DRIVER_USE_FAST_IDLE 1 |
#define | CLOCK_VECTOR TX3904_IRQ_TMR0 |
#define | CLICKS 5000 |
#define | Clock_driver_support_install_isr(_new) rtems_interrupt_handler_install( CLOCK_VECTOR, "clock", 0, _new, NULL ) |
#define | Clock_driver_support_initialize_hardware() |
#define | CLOCK_DRIVER_USE_DUMMY_TIMECOUNTER |
Instantiate the clock driver shell.
The TX3904 simulator in gdb counts instructions.
#define Clock_driver_support_initialize_hardware | ( | void | ) |