Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Macros | |
#define | SYS_INIT_CREATE(level) |
Functions | |
void | test_k_busy_wait (void) |
static void | timeout_handler (struct k_timer *timer) |
K_TIMER_DEFINE (timer, timeout_handler, NULL) | |
void | test_irq_locking (void) |
void | test_cpu_idle (void) |
FOR_EACH (SYS_INIT_CREATE,(;), PRE_KERNEL_1, PRE_KERNEL_2, POST_KERNEL) | |
void | test_sys_init (void) |
void | test_main (void) |
Variables | |
static int | init_order |
static int | sys_init_result |
#define SYS_INIT_CREATE | ( | level | ) |
FOR_EACH | ( | SYS_INIT_CREATE | , |
(;) | , | ||
PRE_KERNEL_1 | , | ||
PRE_KERNEL_2 | , | ||
POST_KERNEL | |||
) |
K_TIMER_DEFINE | ( | timer | , |
timeout_handler | , | ||
NULL | |||
) |
void test_cpu_idle | ( | void | ) |
void test_irq_locking | ( | void | ) |
void test_k_busy_wait | ( | void | ) |
void test_main | ( | void | ) |
test case main entry
void test_sys_init | ( | void | ) |
|
static |
|
static |
|
static |