Home
last modified time | relevance | path

Searched full:feature (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/Zephyr-latest/tests/bluetooth/qualification/
DICS_Zephyr_Bluetooth_Host.bqw10 <Feature>GAP 11c/1</Feature>
11 <Feature>GAP 27b/7</Feature>
12 <Feature>GAP 20/8</Feature>
13 <Feature>GAP 37b/1</Feature>
14 <Feature>GAP 27a/6</Feature>
15 <Feature>GAP 14a/1</Feature>
16 <Feature>GAP 14a/13</Feature>
17 <Feature>GAP 8a/19</Feature>
18 <Feature>GAP 20A/1</Feature>
19 <Feature>GAP 27c/1</Feature>
[all …]
/Zephyr-latest/dts/bindings/usb/
Dusb-audio-hs.yaml10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml]
93 # microphone feature unit configuration options
94 mic-feature-mute:
97 description: Enable Mute feature.
98 mic-feature-volume:
101 Enable Volume feature.
103 mic-feature-tone-control:
106 Enable Tone Control (Bass, Mid, Treble) feature.
108 mic-feature-graphic-equalizer:
111 Enable Graphic Equalizer feature.
[all …]
Dusb-audio-hp.yaml10 include: [usb-audio.yaml, usb-audio-feature-volume.yaml]
67 # feature unit configuration options
68 feature-mute:
71 description: Enable Mute feature.
72 feature-volume:
75 Enable Volume feature.
77 feature-tone-control:
80 Enable Tone Control (Bass, Mid, Treble) feature.
82 feature-graphic-equalizer:
85 Enable Graphic Equalizer feature.
[all …]
Dusb-audio-mic.yaml79 # feature unit configuration options
80 feature-mute:
83 description: Enable Mute feature.
84 feature-volume:
87 Enable Volume feature.
89 feature-tone-control:
92 Enable Tone Control (Bass, Mid, Treble) feature.
94 feature-graphic-equalizer:
97 Enable Graphic Equalizer feature.
99 feature-automatic-gain-control:
[all …]
/Zephyr-latest/doc/project/
Dproposals.rst3 Feature Tracking
6 For feature tracking we use Github labels to classify new features and
11 block a release. This is an incremental enhancement to a feature that already
14 Feature request
19 Feature
25 A request or plan to port an existing feature or enhancement to a particular
31 A label to group other GitHub issues that are part of a single feature or unit
36 This is the formal way for asking for a new feature in Zephyr and indicating its
38 willingness to drive implementation of the feature in an upcoming release, and
41 A feature request can also have a companion RFC with more details on the feature
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml188 Optional feature flag - Ignore IPG rx_er. When set, rx_er has no
195 Optional feature flag - Receive bad preamble. When set, frames with
201 Optional feature flag - Enable IPG stretch. When set, the transmit
208 Optional feature flag - Enable SGMII mode. Changes the behaviour of
216 Optional feature flag - Disable rejection of FCS/CRC errors.
225 Optional feature flag - Enable frames to be received in half-duplex
231 Optional feature flag - Enable RX IP/TCP/UDP checksum offload to
238 Optional feature flag - Enable TX IP/TCP/UDP checksum offload to
245 Optional feature flag - Do not copy received pause frames to memory.
257 Optional feature flag - Remove FCS of received frames.
[all …]
/Zephyr-latest/scripts/footprint/
Dtrack.py31 feature=row[1]
39 f'out/{name}/{feature}/{board}',
55 …pathlib.Path(f'footprint_data/{version}/{name}/{feature}/{board}').mkdir(parents=True, exist_ok=Tr…
57 …shutil.copy(f'out/{name}/{feature}/{board}/ram.json', f'footprint_data/{version}/{name}/{feature}/…
58 …shutil.copy(f'out/{name}/{feature}/{board}/rom.json', f'footprint_data/{version}/{name}/{feature}/…
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_feat.c38 uint64_t feature; in ll_set_host_feature() local
41 feature = BIT64(bit_number); in ll_set_host_feature()
42 if (!(feature & LL_FEAT_HOST_BIT_MASK)) { in ll_set_host_feature()
63 /* Set or Clear the Host feature bit */ in ll_set_host_feature()
65 host_features |= feature; in ll_set_host_feature()
67 host_features &= ~feature; in ll_set_host_feature()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h29 /** Bluetooth Mesh feature states */
31 /** Feature is supported, but disabled. */
33 /** Feature is supported and enabled. */
35 /** Feature is not supported, and cannot be enabled. */
45 /* Legacy feature defines */
80 * @returns Whether the Secure Network Beacon feature is enabled.
93 * @retval 0 Successfully changed the Mesh Private beacon feature state.
94 * @retval -ENOTSUP The Mesh Private beacon feature is not supported.
102 * @returns The Mesh Private beacon feature state.
150 * @retval 0 or positive value represents On-Demand Private Proxy feature state
[all …]
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D004_feature_request.md2 name: Feature request
5 labels: Feature Request
10 **Is your feature request related to a problem? Please describe.**
27 Add any other context or graphics (drag-and-drop an image) about the feature request here.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dbrg_cfg.rst6 With Bluetooth Mesh Protocol Specification version 1.1, the Bluetooth Mesh Subnet Bridge feature was
8 This feature allows mesh networks to use subnets for area isolation, but to also allow communication
11 The Bluetooth Mesh Subnet Bridge feature makes it possible for selected nodes in the network to act
15 The Subnet Bridge feature includes two models:
20 The Bridge Configuration Server model is mandatory for supporting the Subnet Bridge feature.
24 Subnet Bridge feature.
26 The configuration and management of the Subnet Bridge feature are handled using the Bridge
29 the Subnet Bridge feature.
34 To get a better understanding of the Subnet Bridge feature and its capabilities, an overview of a
67 Enabling or disabling the Subnet Bridge feature
[all …]
Dproxy.rst6 The Proxy feature allows legacy devices like phones to access the Bluetooth Mesh network through
7 GATT. The Proxy feature is only compiled in if the :kconfig:option:`CONFIG_BT_MESH_GATT_PROXY`
8 option is set. The Proxy feature state is controlled by the :ref:`bluetooth_mesh_models_cfg_srv`,
11 Nodes with the Proxy feature enabled can advertise with Network Identity and Node Identity,
14 The GATT Proxy state indicates if the Proxy feature is supported.
19 A node supporting the Proxy feature and the :ref:`bluetooth_mesh_models_priv_beacon_srv` model can
34 :func:`bt_mesh_proxy_solicit` function. To enable this feature, the device must to be compiled with
Dheartbeat.rst6 The Heartbeat feature provides functionality for monitoring Bluetooth Mesh nodes
9 The Heartbeat feature is configured through the :ref:`bluetooth_mesh_models_cfg_srv` model.
21 Available Heartbeat feature flags:
40 The node publishes a new Heartbeat message every time a feature changes. The
/Zephyr-latest/samples/subsys/usb/audio/headphones_microphone/
Dapp.overlay10 feature-mute;
14 feature-volume;
21 feature-mute;
/Zephyr-latest/samples/subsys/usb/audio/headset/
Dapp.overlay10 mic-feature-mute;
14 hp-feature-mute;
18 hp-feature-volume;
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_intel_lw.h14 /* End of packet feature.
16 * Please enable CONFIG_UART_INTEL_LW_EOP to use this feature.
17 * Use the api: uart_drv_cmd with CMD_ENABLE_EOP to enable the feature.
26 /* Transmit break feature.
Duart_altera.h14 /* End of packet feature.
16 * Please enable CONFIG_UART_DRV_CMD and CONFIG_UART_ALTERA_EOP to use this feature.
17 * Use the api: uart_drv_cmd with CMD_ENABLE_EOP to enable the feature.
/Zephyr-latest/dts/bindings/dac/
Drenesas,ra-dac-global.yaml13 description: True if the SoC supports the internal output feature in the DAC HWIP
17 description: True if the SoC supports the output amplifier feature in the DAC HWIP
21 description: True if the SoC supports the chargepump feature in the DAC HWIP
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst73 implemented without them. Examples of such feature include
79 In the case where a feature is determined to be optional the following
82 * Any data that is accessed only when the feature is enabled should be
89 feature is enabled, referencing the required Kconfig symbol by name.
93 * Where code specific to the feature is isolated in a source file that
98 * Where code specific to the feature is part of a source file that has
99 other content the feature-specific code should be conditionally
102 The Kconfig flag used to enable the feature should be added to the
/Zephyr-latest/tests/bluetooth/shell/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay7 mic-feature-mute;
11 hp-feature-mute;
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/boards/
Dnrf52833dk_nrf52833.overlay7 mic-feature-mute;
11 hp-feature-mute;
Dnrf52840dongle_nrf52840.overlay7 mic-feature-mute;
11 hp-feature-mute;
Dnrf5340dk_nrf5340_cpuapp.overlay7 mic-feature-mute;
11 hp-feature-mute;
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df8 # It is required to enable it when Controller supports any DF related feature
73 # BT Core spec 5.1, Vol 6, Part B, sec. 4.6 Feature Support
76 bool "Antenna switching during CTE transmission (AoD) feature"
84 bool "Antenna switching during CTE reception (AoA) feature"
92 bool "Reception of Constant Tone Extension feature"
100 bool "Connection CTE Request feature"
103 Enable support for Bluetooth v5.1 Connection CTE Request feature
107 bool "Connection CTE Response feature"
110 Enable support for Bluetooth v5.1 Connection CTE Response feature
114 bool "Connectionless CTE Transmitter feature"
[all …]
/Zephyr-latest/samples/subsys/debug/debugmon/
DREADME.rst4 Configure the Debug Monitor feature on a Cortex-M processor.
9 The Debug Monitor sample shows a basic configuration of debug monitor feature.
24 #. Support Debug Monitor feature (available on Cortex-M processors with the exception of Cortex-M0)

12345678910>>...33