Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/lib/json/src/
Dmain.c25 struct test_struct { struct
139 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string, JSON_TOK_STRING),
140 JSON_OBJ_DESCR_PRIM(struct test_struct, some_string_buf, JSON_TOK_STRING_BUF),
141 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int, JSON_TOK_NUMBER),
142 JSON_OBJ_DESCR_PRIM(struct test_struct, some_bool, JSON_TOK_TRUE),
143 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int16, JSON_TOK_INT),
144 JSON_OBJ_DESCR_PRIM(struct test_struct, some_int64,
146 JSON_OBJ_DESCR_PRIM(struct test_struct, another_int64,
148 JSON_OBJ_DESCR_PRIM(struct test_struct, some_uint64,
150 JSON_OBJ_DESCR_PRIM(struct test_struct, another_uint64,
[all …]
/Zephyr-4.3.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c460 struct test_struct { in ZTEST() struct
464 struct test_struct *test_struct_null_pointer = 0x0; in ZTEST()
/Zephyr-4.3.0/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-4.3.0/tests/modules/thrift/ThriftTest/src/
Dclient.cpp95 ZTEST(thrift, test_struct) in ZTEST() argument