|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
#include <ztest.h>Macros | |
| #define | TEST_VAL_1 0x1 |
| #define | TEST_VAL_2 0x2 |
| #define | TEST_VAL_3 0x3 |
| #define | TEST_VAL_4 0x4 |
| #define | XIP_TEST_ARRAY_SZ 4 |
Functions | |
| void | test_globals (void) |
| Test XIP. More... | |
| void | test_main (void) |
| |
Variables | |
| uint32_t | xip_array [4] |
| #define TEST_VAL_1 0x1 |
| #define TEST_VAL_2 0x2 |
| #define TEST_VAL_3 0x3 |
| #define TEST_VAL_4 0x4 |
| #define XIP_TEST_ARRAY_SZ 4 |
| void test_main | ( | void | ) |
test case main entry
| uint32_t xip_array |