 |
RTEMS 6.1-rc7
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
17#ifndef _RTEMS_TMTEST27
18#error "This is an RTEMS internal file you must not include directly."
35#define MUST_WAIT_FOR_INTERRUPT 0
37#define TM27_USE_VECTOR_HANDLER
39#define Install_tm27_vector(handler) \
41 set_vector( handler, 0x06, 1 ); \
44#define Cause_tm27_intr() asm volatile("raise 0x06;" : :);
46#define Clear_tm27_intr()
48#define Lower_tm27_intr()