|
RTEMS
5.0.0
|
Go to the documentation of this file. 17 #ifndef _RTEMS_TMTEST27 18 #error "This is an RTEMS internal file you must not include directly." 29 #define MUST_WAIT_FOR_INTERRUPT 0 31 #define Install_tm27_vector( handler ) set_vector( (handler), 34, 1 ) 33 #define Cause_tm27_intr() asm volatile ("trap #2"); 35 #define Clear_tm27_intr() 37 #define Lower_tm27_intr()