RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros

Time Test 27 routines. More...

#include <rtems/tm27-default.h>

Go to the source code of this file.

Macros

#define MUST_WAIT_FOR_INTERRUPT   0
 
#define TM27_USE_VECTOR_HANDLER
 
#define Install_tm27_vector(handler)
 
#define Cause_tm27_intr()   asm volatile ("trap #3");
 
#define Clear_tm27_intr()   /* empty */
 
#define Lower_tm27_intr()   /* empty */
 

Detailed Description

Time Test 27 routines.

Macro Definition Documentation

◆ Install_tm27_vector

#define Install_tm27_vector (   handler)
Value:
35, \
"Install tm27 interrupt", \
(void *)handler, \
NULL \
);
rtems_status_code rtems_interrupt_handler_install(rtems_vector_number vector, const char *info, rtems_option options, rtems_interrupt_handler routine, void *arg)
Installs the interrupt handler routine and argument at the interrupt vector.
Definition: irq-handler-install.c:85
#define RTEMS_INTERRUPT_UNIQUE
This interrupt handler install option ensures that the interrupt handler is unique.
Definition: intr.h:972