Home
last modified time | relevance | path

Searched full:configuration (Results 1 – 25 of 2850) sorted by relevance

12345678910>>...114

/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_config.h13 * @brief Get configuration descriptor bConfigurationValue value
15 * @param[in] cfg_nd Pointer to a configuration node structure
27 * @brief Set configuration descriptor bConfigurationValue value
29 * @param[in] cfg_nd Pointer to a configuration node structure
40 * @brief Get configuration node
42 * Get configuration node with desired configuration number.
45 * @param[in] speed Speed the configuration number applies to
46 * @param[in] cfg Configuration number (bConfigurationValue)
48 * @return pointer to configuration node or NULL if does not exist
55 * @brief Get selected configuration node
[all …]
Dusbd_interface.h13 * @brief Shutdown all interfaces in a configuration.
16 * @param[in] cfg_nd Pointer to configuration node
24 * @brief Setup all interfaces in a configuration to default alternate.
26 * @note Used only for configuration change.
29 * @param[in] speed Configuration speed
30 * @param[in] cfg_nd Pointer to configuration node
41 * @note Used only for configuration change.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg_cli.rst3 SAR Configuration Client
6 The SAR Configuration Client model is a foundation model defined by the Bluetooth Mesh
8 :kconfig:option:`CONFIG_BT_MESH_SAR_CFG_CLI` configuration option.
10 The SAR Configuration Client model is introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and it supports the configuration of the lower transport layer behavior of a node that
14 The model can send messages to query or change the states supported by the SAR Configuration Server
15 (SAR Transmitter and SAR Receiver) using SAR Configuration messages.
18 Configuration Server. Function calls :c:func:`bt_mesh_sar_cfg_cli_transmitter_get` and
23 Configuration Server. Function calls :c:func:`bt_mesh_sar_cfg_cli_receiver_get` and
29 An element can send any SAR Configuration Client message at any time to query or change the states
[all …]
Dcfg.rst3 Runtime Configuration
6 The runtime configuration API allows applications to change their runtime
7 configuration directly, without going through the Configuration models.
12 Configuration Client can communicate with to change the node configuration. In some
13 cases, the mesh node can't rely on the Configuration Client to detect or determine
15 scenarios, this API can be used to change the configuration locally.
18 Runtime configuration changes before the node is provisioned will not be stored
Dcfg_cli.rst3 Configuration Client
6 The Configuration Client model is a foundation model defined by the Bluetooth Mesh
8 mesh node, including encryption keys, model configuration and feature
11 The Configuration Client model communicates with a
13 node. The Configuration Client model may communicate with servers on other
14 nodes or self-configure through the local Configuration Server model.
16 All configuration functions in the Configuration Client API have ``net_idx``
20 The Configuration Client model is optional, and it must only be instantiated on the
Dsar_cfg_srv.rst3 SAR Configuration Server
6 The SAR Configuration Server model is a foundation model defined by the Bluetooth Mesh
8 :kconfig:option:`CONFIG_BT_MESH_SAR_CFG_SRV` configuration option.
10 The SAR Configuration Server model is introduced in the Bluetooth Mesh Protocol Specification
11 version 1.1, and it supports the configuration of the
13 The model defines a set of states and messages for the SAR configuration.
15 The SAR Configuration Server model defines two states, SAR Transmitter state and SAR Receiver state.
20 The SAR Configuration Server model does not have an API of its own, but relies on a
21 :ref:`bluetooth_mesh_sar_cfg_cli` to control it. The SAR Configuration Server model only accepts
24 If present, the SAR Configuration Server model must only be instantiated on the primary element.
Dsrpl_cli.rst3 Solicitation PDU RPL Configuration Client
6 The Solicitation PDU RPL Configuration Client model is a foundation model defined by the Bluetooth
10 The Solicitation PDU RPL Configuration Client model was introduced in the Bluetooth Mesh Protocol
15 The Solicitation PDU RPL Configuration Client model communicates with a Solicitation PDU RPL
16 Configuration Server model using the application keys configured by the Configuration Client.
18 If present, the Solicitation PDU RPL Configuration Client model must only be instantiated on the
24 The Solicitation PDU RPL Configuration Client model behavior can be configured with the transmission
27 Configuration Client waits for a response message to arrive in milliseconds. This value can be
Dsrpl_srv.rst3 Solicitation PDU RPL Configuration Server
6 The Solicitation PDU RPL Configuration Server model is a foundation model defined by the Bluetooth
9 The Solicitation PDU RPL Configuration Server model was introduced in the Bluetooth Mesh Protocol
15 The Solicitation PDU RPL Configuration Server does not have an API of its own, and relies on a
17 application key as configured by the Configuration Client.
19 If present, the Solicitation PDU RPL Configuration Server model must only be instantiated on the
25 For the Solicitation PDU RPL Configuration Server model, the
/Zephyr-Core-3.7.0/dts/bindings/ethernet/
Dsilabs,gecko-ethernet.yaml30 description: location of RMII pins, configuration defined as <location>
36 description: location of MDC and MDIO pins, configuration defined as <location>
42 description: PHY MDC individual pin configuration defined as <location port pin>
47 description: PHY MDIO individual pin configuration defined as <location port pin>
53 description: Reference clock individual pin configuration defined as <location port pin>
58 description: Receive data valid individual pin configuration defined as <location port pin>
63 description: Transmit data 0 individual pin configuration defined as <location port pin>
68 description: Transmit data 1 individual pin configuration defined as <location port pin>
73 description: Transmit enable individual pin configuration defined as <location port pin>
78 description: Receive data 0 individual pin configuration defined as <location port pin>
[all …]
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/
Dgmap.rst23 ac_1 : Unicast audio configuration 1
24 ac_2 : Unicast audio configuration 2
25 ac_3 : Unicast audio configuration 3
26 ac_4 : Unicast audio configuration 4
27 ac_5 : Unicast audio configuration 5
28 ac_6_i : Unicast audio configuration 6(i)
29 ac_6_ii : Unicast audio configuration 6(ii)
30 ac_7_ii : Unicast audio configuration 7(ii)
31 ac_8_i : Unicast audio configuration 8(i)
32 ac_8_ii : Unicast audio configuration 8(ii)
[all …]
/Zephyr-Core-3.7.0/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst37 Create a new configuration database
40 Create a new configuration database by selecting ``File -> New -> Other... -> Configuration Databas…
42 .. image:: images/create-new-configuration-database.jpg
44 :alt: Arm DS create new configuration database
48 .. image:: images/create-new-configuration-database_database-name.jpg
50 :alt: Arm DS create new configuration database: choose database name
52 Click ``Finish`` and the new configuration database can be seen in ``Project Explorer``:
54 .. image:: images/create-new-configuration-database_shown-in-project-explorer.jpg
56 :alt: Arm DS create new configuration database: shown in project explorer
58 Create a new model configuration
[all …]
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dsetting.rst3 Setting Kconfig configuration values
26 up in the interactive configuration interfaces (hence *visible*), and can be
27 set in configuration files.
44 not shown in the interactive configuration interfaces, and users have no
61 Setting symbols in configuration files
64 Visible symbols can be configured by setting them in configuration files. The
65 initial configuration is produced by merging a :file:`*_defconfig` file for the
69 Assignments in configuration files use this syntax:
94 This is the format you will see in the merged configuration in
97 This style is accepted for historical reasons: Kconfig configuration files
[all …]
Dindex.rst3 Configuration System (Kconfig)
7 for specific application and platform needs. Configuration is handled through
8 Kconfig, which is the same configuration system used by the Linux kernel. The
9 goal is to support configuration without having to change any source code.
11 Configuration options (often called *symbols*) are defined in :file:`Kconfig`
14 keep the interactive configuration interfaces organized.
20 The following sections explain how to set Kconfig configuration options, go
33 Users interested in optimizing their configuration for security should refer
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1050_evk/
DCMakeLists.txt22 "update your flash configuration or device configuration data blocks")
23 # Default EVK configuration uses hyperflash, so use that file
29 # Include flash configuration block for RT1050 EVK from NXP's HAL.
30 # This configuration block may need modification if another flash chip is
38 # Include device configuration data block for RT1050 EVK from NXP's HAL.
39 # This configuration block may need modification if another SDRAM chip
46 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1024_evk/
DCMakeLists.txt13 "update your flash configuration or device configuration data blocks")
18 # Include flash configuration block for RT1024 EVK from NXP's HAL.
19 # This configuration block may need modification if another flash chip is
27 # Include device configuration data block for RT1024 EVK from NXP's HAL.
28 # This configuration block may need modification if another SDRAM chip
35 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1020_evk/
DCMakeLists.txt13 "update your flash configuration or device configuration data blocks")
18 # Include flash configuration block for RT1020 EVK from NXP's HAL.
19 # This configuration block may need modification if another flash chip is
27 # Include device configuration data block for RT1020 EVK from NXP's HAL.
28 # This configuration block may need modification if another SDRAM chip
35 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1060_evk/
DCMakeLists.txt22 # No flash configuration block exists for the RT1060 with HyperFlash in
30 "update your flash configuration or device configuration data blocks")
31 # Default EVK configuration uses qspi, so use that file
38 # Include flash configuration block for RT1060 EVK from NXP's HAL.
39 # This configuration block may need modification if another flash chip is
47 # Include device configuration data block for RT1060 EVK from NXP's HAL.
48 # This configuration block may need modification if another SDRAM chip
55 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1040_evk/
DCMakeLists.txt18 "update your flash configuration or device configuration data blocks")
23 # Include flash configuration block for RT1040 EVK from NXP's HAL.
24 # This configuration block may need modification if another flash chip is
32 # Include device configuration data block for RT1040 EVK from NXP's HAL.
33 # This configuration block may need modification if another SDRAM chip
40 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1160_evk/
DCMakeLists.txt13 "update your flash configuration or device configuration data blocks")
18 # Include flash configuration block for RT1160 EVK from NXP's HAL.
19 # This configuration block may need modification if another flash chip is
27 # Include device configuration data block for RT1160 EVK from NXP's HAL.
28 # This configuration block may need modification if another SDRAM chip
35 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1064_evk/
DCMakeLists.txt18 "update your flash configuration or device configuration data blocks")
23 # Include flash configuration block for RT1064 EVK from NXP's HAL.
24 # This configuration block may need modification if another flash chip is
32 # Include device configuration data block for RT1064 EVK from NXP's HAL.
33 # This configuration block may need modification if another SDRAM chip
40 "configuration data (DCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_internal.h11 /* Enables CTE transmission according to provided configuration */
15 /* Allocate memory for new DF sync configuration. It will always return the same
20 /* Returns pointer to last allocated DF sync configuration. If it is called before
29 /* Enqueue new DF sync configuration data. */
35 /* Get latest DF sync configuration data. Latest configuration data are the one
40 /* Get current DF sync configuration data. Current configuration data
49 /* Return information if DF sync configuration data were modified since last
57 /* Enables CTE reception according to provided configuration */
/Zephyr-Core-3.7.0/boards/nxp/mimxrt1170_evk/
DCMakeLists.txt13 "update your flash configuration or device configuration data blocks")
23 # Include flash configuration block for RT1170 EVK from NXP's HAL.
24 # This configuration block may need modification if another flash chip is
32 # Include external memory configuration data block for RT1170 EVK from NXP's HAL.
33 # This configuration block may need modification if another SDRAM chip
40 "configuration data (XMCD) is included. This configuration may not boot")
/Zephyr-Core-3.7.0/soc/silabs/common/
Dpinctrl_soc.h57 * @param pincfg Pin configuration bit field.
62 * @brief Utility macro to obtain port configuration.
64 * @param pincfg port configuration bit field.
69 * @brief Utility macro to obtain pin configuration.
71 * @param pincfg pin configuration bit field.
76 * @brief Utility macro to obtain location configuration.
78 * @param pincfg Loc configuration bit field.
83 * @brief Utility macro to obtain speed configuration.
85 * @param pincfg speed configuration bit field.
/Zephyr-Core-3.7.0/dts/bindings/options/
Dopenthread,config.yaml5 OpenThread configuration node.
24 GPIO pin's configuration: controller's phandle, pin number and configuration flags.
30 chosen GPIO pin's configuration: controller's phandle, pin number and configuration flags.
/Zephyr-Core-3.7.0/tests/drivers/can/host/
DREADME.rst29 The host end of the CAN fixture can be configured through python-can. Available configuration
31 flexibility for configuration as decribed in the `python-can configuration`_ page, all centered
32 around the concept of a configuration "context. The configuration context for this test suite can be
35 * By default, the python-can configuration context is not specified, causing python-can to use the
36 default configuration context.
37 * A specific configuration context can be provided along with the ``can`` fixture separated by a
38 ``:`` (i.e. specify fixture ``can:zcan0`` to use the ``zcan0`` python-can configuration context).
39 * The configuration context can be overridden using the ``--can-context`` test suite argument
41 python-can configuration context).
61 dedicated ``zcan0`` context in the ``~/.canrc`` configuration file as shown here:
[all …]

12345678910>>...114