Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
#define | IRQ_PRIORITY 1 |
#define | TEST_VECTOR_SIZE 10 |
#define | TEST_INVALID_IDX 0xcafebabe |
#define | TEST_DUMMY_ISR_VAL 0xdeadbeef |
#define | TEST_INVALID_IRQ 0xcafebabe |
#define | ISR_DEFINE(name) |
Functions | |
static void | test_isr_0 (const void *data) |
static void | test_isr_1 (const void *data) |
static void | test_isr_2 (const void *data) |
static bool | client_exists_at_index (void(*routine)(const void *arg), void *arg, int irq, size_t idx) |
Variables | |
static uint32_t | test_vector [10] |
static uint32_t | result_vector [10] |
#define IRQ_PRIORITY 1 |
#define ISR_DEFINE | ( | name | ) |
#define TEST_DUMMY_ISR_VAL 0xdeadbeef |
#define TEST_INVALID_IDX 0xcafebabe |
#define TEST_INVALID_IRQ 0xcafebabe |
#define TEST_VECTOR_SIZE 10 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |