Home
last modified time | relevance | path

Searched refs:test_struct (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/lib/json/src/
Dmain.c20 struct test_struct { struct
74 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
75 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int, JSON_TOK_NUMBER),
76 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
77 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int64,
79 JSON_OBJ_DESCR_PRIM(struct test_struct, another_int64,
81 JSON_OBJ_DESCR_PRIM(struct test_struct, some_uint64,
83 JSON_OBJ_DESCR_PRIM(struct test_struct, another_uint64,
85 JSON_OBJ_DESCR_OBJECT(struct test_struct, some_nested_struct,
87 JSON_OBJ_DESCR_ARRAY(struct test_struct, some_array,
[all …]
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c443 struct test_struct { in ZTEST() struct
447 struct test_struct *test_struct_null_pointer = 0x0; in ZTEST()
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst222 /** Callback on first post, data is test_struct. */
225 /** Callback on second post, data is test_struct. */
232 struct test_struct {
243 struct test_struct test_data = {
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dclient.cpp95 ZTEST(thrift, test_struct) in ZTEST() argument