Searched refs:test_struct (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-4.3.0/tests/lib/json/src/ |
| D | main.c | 25 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/ |
| D | arm_interrupt.c | 460 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/ |
| D | mcumgr_callbacks.rst | 222 /** 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/ |
| D | client.cpp | 95 ZTEST(thrift, test_struct) in ZTEST() argument
|