/Zephyr-latest/subsys/usb/device/class/hid/ |
D | Kconfig | 53 The application can use Report ID to identify data fields
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 60 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/ |
D | smp_group_9.rst | 69 Command line execute response header fields:
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 65 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/ |
D | smp_protocol.rst | 23 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/ |
D | http_server.rst | 344 * 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.
|
D | net_pkt.rst | 298 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/ |
D | Kconfig | 138 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/ |
D | call_properties.ecl | 50 …ointee_read(1=never)","pointee_write(1=always)"}} # the function does not initialize all the fields
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 50 IBECC logs the following fields:
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 48 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/ |
D | Kconfig.bap | 43 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/ |
D | version.cmake | 69 # Validate all version fields fit in a single byte
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 33 ``configdefault`` symbols cannot contain any fields other than ``default``,
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 36 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/ |
D | Kconfig | 25 If your app directly adds fields to main map, without
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 54 struct contains "head" and "tail" pointer fields, the :c:type:`sys_dnode_t`
|
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/ |
D | main.c | 59 test_obj.fields = test_fields; in test_obj_init()
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 54 relocation fields, which are a different data structure.
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 4735 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/ |
D | chip_chipregs.h | 538 } __packed fields; member 602 } __packed fields; member 687 } __packed fields; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.c | 147 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/ |
D | i3c.rst | 94 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/ |
D | smp.rst | 285 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/ |
D | Kconfig | 63 as it selects sizes of fields within headers.
|