Home
last modified time | relevance | path

Searched refs:fields (Results 51 – 75 of 110) sorted by relevance

12345

/Zephyr-latest/subsys/usb/device/class/hid/
DKconfig53 The application can use Report ID to identify data fields
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig60 Response will not include fields the Zephyr does not collect statistic for.
126 process "taskstat" response without the "stksiz" and "stkuse" fields.
129 all the fields in "taskstat" responses, and it will slightly reduce code size.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst69 Command line execute response header fields:
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst65 TESTDATAs are most often declared as class fields.
89 - Consider using class fields instead - look at TESTDATAs for an example.
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_protocol.rst23 Frames are encoded in "Big Endian" (Network endianness) when fields are more than
54 A description of the various fields and their meaning:
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_server.rst344 * The ``data`` and ``data_len`` fields pass request data to the application.
346 * The ``headers``, ``header_count`` and ``headers_status`` fields pass request
356 * The ``headers`` and ``header_count`` fields can be used for the application to
361 * The ``body`` and ``body_len`` fields are used to send body data.
Dnet_pkt.rst298 for reading or writing the fields of such header, accessing it
343 On the TX path, however, the header fields have been modified. In such
/Zephyr-latest/subsys/bluetooth/
DKconfig138 in the Host through bt_conn_get_remote_info(). The fields in question
329 HCI ISO Data packet fields (e.g. `struct bt_hci_iso_sdu_ts_hdr`).
348 HCI ISO Data packet fields (e.g. `struct bt_hci_iso_sdu_ts_hdr`)
/Zephyr-latest/cmake/sca/eclair/ECL/
Dcall_properties.ecl50 …ointee_read(1=never)","pointee_write(1=always)"}} # the function does not initialize all the fields
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst50 IBECC logs the following fields:
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst48 The mailbox also updates certain message descriptor fields during the exchange,
142 Only the fields listed below should be used; any other fields are for
291 /* info, size, and tx_target_thread fields have been updated */
380 /* info, size, and rx_source_thread fields have been updated */
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap43 The default value 19 matches the required fields for the LC3 codec.
68 The default value 19 matches the required fields for the LC3 codec.
/Zephyr-latest/cmake/modules/
Dversion.cmake69 # Validate all version fields fit in a single byte
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst33 ``configdefault`` symbols cannot contain any fields other than ``default``,
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig36 the CONFIG_IMG_BLOCK_BUF_SIZE size and additional fields that hold the state information
192 Allows applications to add additional fields to responses for the image slot state
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig25 If your app directly adds fields to main map, without
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst54 struct contains "head" and "tail" pointer fields, the :c:type:`sys_dnode_t`
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/
Dmain.c59 test_obj.fields = test_fields; in test_obj_init()
/Zephyr-latest/arch/x86/zefi/
DREADME.txt54 relocation fields, which are a different data structure.
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py4735 fields = ["symbol " + self.name, TYPE_TO_STR[self.type]]
4736 add = fields.append
4780 return "<{}>".format(", ".join(fields))
5351 fields = ["choice " + self.name if self.name else "choice",
5353 add = fields.append
5384 return "<{}>".format(", ".join(fields))
5761 fields = []
5762 add = fields.append
5802 return "<{}>".format(", ".join(fields))
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h538 } __packed fields; member
602 } __packed fields; member
687 } __packed fields; member
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.c147 if (obj && obj->fields && obj->field_count > 0) { in lwm2m_get_engine_obj_field()
149 if (obj->fields[i].res_id == res_id) { in lwm2m_get_engine_obj_field()
150 return &obj->fields[i]; in lwm2m_get_engine_obj_field()
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst94 the relevant fields in the I3C target device descriptor
108 * Also, set the BCR and DCR fields in the device descriptor
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst285 These fields are now moved into a separate struct :c:struct:`_cpu` instance
287 Compatibility fields are provided for legacy uniprocessor code trying
288 to access the fields of ``cpus[0]`` using the older syntax and assembly
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig63 as it selects sizes of fields within headers.

12345