Go to the source code of this file.
|
|
#define | MUST_WAIT_FOR_INTERRUPT 0 |
| |
| #define | Install_tm27_vector(handler) |
| |
| #define | Cause_tm27_intr() |
| |
| #define | Clear_tm27_intr() |
| |
| #define | Lower_tm27_intr() |
| |
|
|
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: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)