RTEMS  5.0.0
Macros | Functions
tm27.h File Reference
#include <bsp/irq.h>

Go to the source code of this file.

Macros

#define MUST_WAIT_FOR_INTERRUPT   0
 
#define Install_tm27_vector(handler)
 
#define Cause_tm27_intr()
 
#define Clear_tm27_intr()
 
#define Lower_tm27_intr()
 

Functions

int assert_sw_irw (uint32_t irqnum)
 
int negate_sw_irw (uint32_t irqnum)
 

Macro Definition Documentation

◆ 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, (rtems_interrupt_handler)handler, NULL );
rtems_status_code rtems_interrupt_handler_install(rtems_vector_number vector, const char *info, rtems_option options, rtems_interrupt_handler handler, void *arg)
Installs the interrupt handler routine handler for the interrupt vector with number vector...
Definition: irq.c:127
void(* rtems_interrupt_handler)(void *)
Interrupt handler routine type.
Definition: irq-extension.h:85
#define NULL
Requests a GPIO pin group configuration.
Definition: bestcomm_api.h:77

◆ Lower_tm27_intr

#define Lower_tm27_intr (   void)
Value:
do { \
continue;\
} while(0)