/Zephyr-Core-2.7.6/doc/guides/dts/ |
D | api-usage.rst | 61 properties. 126 - :ref:`simple-properties` 127 - :ref:`reg-properties` 128 - :ref:`interrupts-properties` 129 - :ref:`phandle-properties` 133 Checking properties and values 144 .. _simple-properties: 146 Simple properties 150 numeric array, and string array properties. 164 That is, properties also need special characters converted to underscores. [all …]
|
D | bindings.rst | 33 properties <dt-important-props>`. 63 properties: 116 Nodes without compatible properties can be matched to bindings associated with 122 Some special nodes without ``compatible`` properties are matched to 124 based on the properties in the final devicetree. 186 properties: 187 # Requirements for and descriptions of the properties that this 212 - :ref:`dt-bindings-properties` 229 datasheets or example nodes or properties as well. 278 .. _dt-bindings-properties: [all …]
|
D | macros.bnf | 22 ; A macro about the pinctrl properties in a node. 77 ; pinctrl-macro: a macro related to the pinctrl properties in a node 80 ; but the array indexes correspond to pinctrl-DIGIT properties in a node. 92 ; Total number of pinctrl-DIGIT properties in the node. May be zero. 117 ; names to properties is implicit in the structure of the DT. 186 ; Extra macros are generated for properties: 201 ; - _ADDR_<i>: for reg properties, the i-th register block address 202 ; - _LEN_<i>: for reg properties, the i-th register block length 271 ; "_P_<prop-id>" to access node properties given a node's alias, etc.
|
D | dt-vs-kconfig.rst | 60 properties should be prefixed with ``zephyr,``, 62 properties.
|
D | intro.rst | 99 Devicetree nodes can also have *properties*. Properties are name/value pairs. 146 names and properties you might see when working with I2C devices. 151 I2C devicetree example with real-world names and properties. 189 In addition to showing more realistic names and properties, the above example 195 Some more details about unit addresses and important properties follow. 250 Important properties 256 Some important properties are: 401 - Boolean properties are true if present. They should not have a value. 500 The ``/chosen`` node's properties are used to configure system- or 603 properties and give a higher-level view of the devicetree. Uses dtlib to do
|
/Zephyr-Core-2.7.6/doc/reference/devicetree/ |
D | api.rst | 48 The following general-purpose macros can be used to access node properties. 101 properties, etc. Some macros used for special purposes (such as 119 - a node directly depends on any nodes its properties refer to by phandle 215 properties related to them. 223 controllers or channels, and properties related to them. 245 and properties related to them. 262 These are used to access pin control properties by name or index. 264 Devicetree nodes may have properties which specify pin control (sometimes known 265 as pin mux) settings. These are expressed using ``pinctrl-<index>`` properties 282 ``&foo``, ``&bar``, etc. phandles within the properties point to nodes whose [all …]
|
/Zephyr-Core-2.7.6/cmake/bintools/host-gnu/ |
D | target.cmake | 13 # Include bin tool properties
|
/Zephyr-Core-2.7.6/tests/drivers/regulator/fixed/ |
D | README.txt | 10 heavily on the properties specified in its devicetree node. The 15 all controlled by devicetree properties.
|
/Zephyr-Core-2.7.6/cmake/compiler/armclang/ |
D | compiler_flags.cmake | 1 # First step is to inherit all properties from gcc, as clang is compatible with most flags.
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | gatt.c | 121 static void print_chrc_props(const struct shell *sh, uint8_t properties) in print_chrc_props() argument 125 if (properties & BT_GATT_CHRC_BROADCAST) { in print_chrc_props() 129 if (properties & BT_GATT_CHRC_READ) { in print_chrc_props() 133 if (properties & BT_GATT_CHRC_WRITE) { in print_chrc_props() 137 if (properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in print_chrc_props() 141 if (properties & BT_GATT_CHRC_NOTIFY) { in print_chrc_props() 145 if (properties & BT_GATT_CHRC_INDICATE) { in print_chrc_props() 149 if (properties & BT_GATT_CHRC_AUTH) { in print_chrc_props() 153 if (properties & BT_GATT_CHRC_EXT_PROP) { in print_chrc_props() 189 print_chrc_props(ctx_shell, gatt_chrc->properties); in discover_func()
|
/Zephyr-Core-2.7.6/drivers/mdio/ |
D | Kconfig | 26 # Include these first so that any properties (e.g. defaults) below can be
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | Kconfig.nor | 22 jedec-id properties in the devicetree jedec,spi-nor node. 28 sfdp-bfp property in devicetree. The size and jedec-id properties are
|
D | Kconfig.at45 | 12 property set to "atmel,at45" and other required properties like
|
D | Kconfig.simulator | 72 preprocessor using DT properties.
|
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/ |
D | gatt.c | 379 uint8_t properties; member 438 chrc_data->properties = ch->properties; in alloc_characteristic() 455 cmd_data.properties = cmd->properties; in add_characteristic() 506 if (!(chrc->properties & in add_ccc() 529 if (!(chrc->properties & BT_GATT_CHRC_EXT_PROP)) { in add_cep() 533 cep_value.properties = 0x0000; in add_cep() 728 uint16_t properties; in set_cep_value() local 730 if (len != sizeof(properties)) { in set_cep_value() 734 memcpy(&properties, value, len); in set_cep_value() 735 cep_value->properties = sys_le16_to_cpu(properties); in set_cep_value() [all …]
|
/Zephyr-Core-2.7.6/doc/reference/usb/ |
D | uds_cdc_acm.rst | 43 And since no special properties are present, it may seem overkill to use 97 properties. 99 List of few Zephyr specific chosen properties which can be used to select
|
/Zephyr-Core-2.7.6/cmake/bintools/gnu/ |
D | target.cmake | 34 # Include bin tool properties
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 68 .properties = _props \
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | gatt.h | 262 uint8_t properties; member 272 uint16_t properties; member 644 .properties = _props, \
|
/Zephyr-Core-2.7.6/boards/arm/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 67 /* Overwirte default device properties with overlays in board dt file here. */
|
/Zephyr-Core-2.7.6/boards/arm/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 79 /* Overwirte default device properties with overlays in board dt file here. */
|
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/ |
D | vocs_client.c | 380 if (chrc->properties & BT_GATT_CHRC_NOTIFY) { in vocs_discover_func() 383 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in vocs_discover_func() 392 if (chrc->properties & BT_GATT_CHRC_NOTIFY) { in vocs_discover_func() 395 if (chrc->properties & BT_GATT_CHRC_WRITE_WITHOUT_RESP) { in vocs_discover_func()
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | leuart_gecko.c | 343 #error LEUART_0 DTS location-* properties must have identical value 396 #error LEUART_1 DTS location-* properties must have identical value
|
/Zephyr-Core-2.7.6/doc/guides/tfm/ |
D | build.rst | 41 The 'tfm' target contains properties for all these paths. 49 the properties.
|
/Zephyr-Core-2.7.6/cmake/compiler/clang/ |
D | compiler_flags.cmake | 1 # First step is to inherit all properties from gcc, as clang is compatible with most flags.
|