Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
main.c File Reference
#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]
 

Macro Definition Documentation

◆ TEST_VAL_1

#define TEST_VAL_1   0x1

◆ TEST_VAL_2

#define TEST_VAL_2   0x2

◆ TEST_VAL_3

#define TEST_VAL_3   0x3

◆ TEST_VAL_4

#define TEST_VAL_4   0x4

◆ XIP_TEST_ARRAY_SZ

#define XIP_TEST_ARRAY_SZ   4

Function Documentation

◆ test_main()

void test_main ( void  )

test case main entry

Variable Documentation

◆ xip_array

uint32_t xip_array
Initial value:
= {
0x1 , 0x2 , 0x3 , 0x4 }