|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
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 | |||
| ) |
|
static |
|
static |
|
static |