RTEMS 6.1-rc2
Loading...
Searching...
No Matches
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, 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 NULL
Requests a GPIO pin group configuration.
Definition: xil_types.h:54

◆ Lower_tm27_intr

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