Searched refs:fields (Results 76 – 100 of 110) sorted by relevance
12345
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 128 Product ID fields. This field is intended to differentiate between
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 889 Regular expressions with named subgroups to match data fields found 900 The .CSV file will have as many columns as there are fields detected 903 For example, to extract three data fields ``metric``, ``cycles``, 914 fields extracted by the regular expressions. Fields with the same name 916 It is possible for such multi value fields to have different number 920 Data fields, extracted by the regular expressions into named subgroups, 1332 command line options as ``flash-timeout`` and ``flash-with-test`` fields respectively.
|
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 92 test_obj.fields = test_fields; in test_obj_init()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/ |
D | main.c | 111 test_obj.fields = test_fields; in test_obj_init()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_object.h | 196 struct lwm2m_engine_obj_field *fields; member
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.7.rst | 34 * Optimized memory use of some thread fields 363 * ``ZEP-1564`` - 6lo uncompress_IPHC_header overwrites IPHC fields
|
D | release-notes-1.8.rst | 310 * ``ZEP-2065`` - struct dns_addrinfo has unused fields
|
D | migration-guide-3.5.rst | 239 flags instead of bit fields:
|
D | migration-guide-3.6.rst | 254 can_driver_config``) and data (``struct can_driver_data``) fields were introduced. Out-of-tree CAN
|
D | release-notes-1.10.rst | 347 * :github:`4009` - I2C API is mixing two incompatible definitions of bit-fields
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 261 The file header consists of the following fields:
|
/Zephyr-latest/ |
D | LICENSE | 181 boilerplate notice, with the fields enclosed by brackets "{}"
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 73 In CTF, an event is serialized to a packet containing one or more fields. 99 How to serialize and emit fields as well as handling alignment, can be done
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 199 - Present at the beginning of each PDU. It contains two fields, the PDU
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 69 definition of the fields.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 466 # with only public data fields or simple typedef fields will be shown inline in 2201 # contain hyperlink fields. The RTF file will contain links (just like the HTML 2204 # fields. 2709 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2710 # class node. If there are many fields or methods and many nodes the graph may 2714 # is enforced. So when you set the threshold to 10, up to 15 fields may appear, 2715 # but if the number exceeds 15, the total amount of fields shown is limited to 2726 # will not generate fields with class member information in the UML graphs. The
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 448 .. [#l0] Depending on the platform and the timestamp size fields may be swapped. 575 The source of each log message can be identified by the following fields in the header:
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 293 - Bit-fields shall only be declared with an appropriate type 300 - Single-bit named bit fields shall not be of a signed type 1084 conditionally exclude fields within structure definitions to avoid wasting
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 1440 | | CTETime fields of the packet were | 1627 | | CTETime fields of the packet were |
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 805 Never change the fields of the channel struct directly. It may cause zbus behavior 843 // access the acc_msg fields directly.
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 379 a simple integer value to a struct with multiple fields. ``pinctrl_soc.h`` also
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 81 * **VERSION**: A text file that contains several version information fields. 82 These fields let you manage the lifecycle of the application and automate
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 199 An entry has 16 bytes divided between these fields:
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 291 Packet_Status_Flag fields; and the optional Time_Stamp field, if
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 141 A delayable work item contains a standard work item but adds fields that
|
12345