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