Home
last modified time | relevance | path

Searched refs:float_obj (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_json.c94 struct json_float_payload float_obj; member
284 obj_payload = &fd->json.obj.float_obj; in json_float_object_write()
285 fd->json.obj.float_obj.name = fd->name_string; in json_float_object_write()
286 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write()
287 fd->json.obj.float_obj.val_float.length = float_string_length; in json_float_object_write()
Dlwm2m_rw_senml_json.c103 struct senml_float_payload float_obj; member
544 obj_payload = &fd->json.obj.float_obj; in json_float_object_write()
545 fd->json.obj.float_obj.name = fd->name_string; in json_float_object_write()
546 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write()
547 fd->json.obj.float_obj.val_float.length = float_string_length; in json_float_object_write()