|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Macros | |
| #define | IDX_PRE_KERNEL_1 0 |
| #define | IDX_PRE_KERNEL_2 1 |
| #define | IDX_POST_KERNEL 2 |
| #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) |
| ZTEST_SUITE (no_multithreading, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| static int | init_order |
| static int | sys_init_result |
| #define IDX_POST_KERNEL 2 |
| #define IDX_PRE_KERNEL_1 0 |
| #define IDX_PRE_KERNEL_2 1 |
| #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_sys_init | ( | void | ) |
|
static |
|
static |
|
static |