Go to the source code of this file.
|
int | assert_sw_irw (uint32_t irqnum) |
|
int | negate_sw_irw (uint32_t irqnum) |
|
◆ Cause_tm27_intr
#define Cause_tm27_intr |
( |
|
void | ) |
|
Value: do { \
assert_sw_irq(0); \
} while(0)
◆ Clear_tm27_intr
#define Clear_tm27_intr |
( |
|
void | ) |
|
Value: do { \
negate_sw_irq(0); \
} while(0)
◆ Install_tm27_vector
#define Install_tm27_vector |
( |
|
handler | ) |
|
Value:
AU1X00_IRQ_SW0, "benchmark", 0, 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
◆ Lower_tm27_intr
#define Lower_tm27_intr |
( |
|
void | ) |
|
Value: do { \
continue;\
} while(0)