Home
last modified time | relevance | path

Searched refs:JSON_OBJ_DESCR_ARRAY_ARRAY (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h157 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_objects_array_array,
169 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_any_boards,
182 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_some_boards,
/Zephyr-latest/include/zephyr/data/
Djson.h377 #define JSON_OBJ_DESCR_ARRAY_ARRAY(struct_, field_name_, max_len_, len_field_, \ macro
/Zephyr-latest/tests/lib/json/src/
Dmain.c138 JSON_OBJ_DESCR_ARRAY_ARRAY(struct obj_array_array, objects_array, 4,
149 JSON_OBJ_DESCR_ARRAY_ARRAY(struct obj_array_2dim, objects_array_array, 3,
163 JSON_OBJ_DESCR_ARRAY_ARRAY(struct obj_array_2dim_extra, obj_array_2dim, 3,
/Zephyr-latest/doc/security/
Dvulnerabilities.rst956 When using JSON_OBJ_DESCR_ARRAY_ARRAY, the subarray is has the token
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1822 * :github:`33573` - JSON_OBJ_DESCR_ARRAY_ARRAY is dangerously broken