Searched refs:JSON_OBJ_DESCR_OBJ_ARRAY (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/net/openthread/coap/src/ |
D | button.c | 30 JSON_OBJ_DESCR_OBJ_ARRAY(struct json_btn_get, btns, JSON_MAX_BTN, count,
|
D | led.c | 33 JSON_OBJ_DESCR_OBJ_ARRAY(struct json_led_get, leds, JSON_MAX_LED, count,
|
/Zephyr-latest/subsys/net/ip/ |
D | tp.h | 105 JSON_OBJ_DESCR_OBJ_ARRAY(struct tp_new, data, 10, num_entries,
|
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 318 #define JSON_OBJ_DESCR_OBJ_ARRAY(struct_, field_name_, max_len_, \ macro
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 98 JSON_OBJ_DESCR_OBJ_ARRAY(struct test_struct, nested_obj_array, 2, 108 JSON_OBJ_DESCR_OBJ_ARRAY(struct obj_array, elements, 10, num_elements, 204 JSON_OBJ_DESCR_OBJ_ARRAY(struct test_outer, array, 5,
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 244 JSON_OBJ_DESCR_OBJ_ARRAY(struct hawkbit_dep_res_chunk, artifacts, 252 JSON_OBJ_DESCR_OBJ_ARRAY(struct hawkbit_dep_res_deploy, chunks, HAWKBIT_DEP_MAX_CHUNKS,
|