Home
last modified time | relevance | path

Searched defs:test_struct (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c20 struct test_struct { struct
21 const char *some_string;
22 int some_int;
23 bool some_bool;
24 int64_t some_int64;
25 int64_t another_int64;
26 int64_t some_uint64;
27 int64_t another_uint64;
28 struct test_nested some_nested_struct;
29 int some_array[16];
[all …]
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c470 struct test_struct { in ZTEST() struct
471 uint32_t val[2]; in ZTEST()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp95 ZTEST(thrift, test_struct) in ZTEST() argument