 |
RTEMS 5.2
|
Go to the documentation of this file.
15#ifndef _RTEMS_TMTEST27
16#error "This is an RTEMS internal file you must not include directly."
33#define MUST_WAIT_FOR_INTERRUPT 0
35#define Install_tm27_vector(handler) \
37 set_vector( handler, 0x06, 1 ); \
40#define Cause_tm27_intr() __asm__ volatile("raise 0x06;" : :);
42#define Clear_tm27_intr()
44#define Lower_tm27_intr()