Searched defs:descr (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | json.c | 536 const struct json_obj_descr *descr, in decode_value() 603 static ptrdiff_t get_elem_size(const struct json_obj_descr *descr) in get_elem_size() 741 static int64_t obj_parse(struct json_obj *obj, const struct json_obj_descr *descr, in obj_parse() 796 const struct json_obj_descr *descr, size_t descr_len, in json_obj_parse() 813 const struct json_obj_descr *descr, void *val) in json_arr_parse() 835 int json_arr_separate_parse_object(struct json_obj *json, const struct json_obj_descr *descr, in json_arr_separate_parse_object() 1133 static int encode(const struct json_obj_descr *descr, const void *val, in encode() 1168 int json_obj_encode(const struct json_obj_descr *descr, size_t descr_len, in json_obj_encode() 1208 int json_arr_encode(const struct json_obj_descr *descr, const void *val, in json_arr_encode() 1238 int json_obj_encode_buf(const struct json_obj_descr *descr, size_t descr_len, in json_obj_encode_buf() [all …]
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 66 const struct lorawan_nvm_setting_descr *descr = in lorawan_nvm_save_settings() local 124 const struct lorawan_nvm_setting_descr *descr = in on_setting_loaded() local
|
/Zephyr-latest/drivers/spi/ |
D | spi_xec_qmspi.c | 251 uint32_t descr, ifm, qstatus; in qmspi_tx_dummy_clocks() local 330 uint32_t descr, qshift, n, nu; in qmspi_descr_alloc() local 387 uint32_t descr; in qmspi_tx() local 461 uint32_t descr; in qmspi_rx() local 526 uint32_t descr, last_didx; in qmspi_transceive() local
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.c | 273 const struct json_obj_descr *descr; in json_float_object_write() local 313 const struct json_obj_descr *descr; in json_string_object_write() local 352 const struct json_obj_descr *descr; in json_boolean_object_write() local 391 const struct json_obj_descr *descr; in json_objlnk_object_write() local
|
D | lwm2m_rw_senml_json.c | 501 const struct json_obj_descr *descr; in json_float_object_write() local 575 const struct json_obj_descr *descr; in json_string_object_write() local 624 const struct json_obj_descr *descr; in json_boolean_object_write() local 694 const struct json_obj_descr *descr; in json_objlnk_object_write() local 925 const struct json_obj_descr *descr; in put_opaque() local
|
/Zephyr-latest/scripts/footprint/ |
D | size_report | 185 def print_section_info(section, descr=""): argument
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 337 uint32_t descr[MCHP_SAF_QMSPI_NUM_FLASH_DESCR]; member
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | soc_espi_saf_v2.h | 446 uint32_t descr[MCHP_SAF_QMSPI_NUM_FLASH_DESCR]; member
|
/Zephyr-latest/soc/microchip/mec/mec172x/reg/ |
D | mec172x_qspi.h | 241 #define MCHP_QMSPI_C_XFR_NUNITS_GET(descr) ((uint32_t)(descr) >> 17) argument
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 1194 const struct json_obj_descr descr[] = { in ZTEST() local
|