Home
last modified time | relevance | path

Searched full:manufacturer (Results 1 – 25 of 113) sorted by relevance

12345

/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_hardwaremap.py108 ('manufacturer', 'product', 'serial', 'runner'),
111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
122 manufacturer=id_man,
128 for id_man in manufacturer:
160 ('manufacturer', 'product', 'serial', 'runner'),
163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
174 manufacturer=manufacturer,
179 manufacturer=manufacturer,
184 manufacturer=manufacturer,
189 manufacturer=manufacturer,
[all …]
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/
Dprj.conf12 # for manufacturer data
14 # bytes for manufacturer data
16 # bytes for manufacturer data
DREADME.rst20 manufacturer data is calculated to maximize the use of supported AD data length.
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis33 string "Manufacturer name"
34 default "Manufacturer"
36 The device manufacturer inside Device Information Service.
183 …of an Organizationally Unique Identifier (OUI) concatenated with a manufacturer-defined identifier.
190 hex "Organizationally Unique Identifier (OUI) of the manufacturer."
196 …Shall contain an Organisationally Unique Identifier (OUI) followed by a manufacturer-defined inden…
199 hex "Manufacturer-defined unique identifier."
203 The manufacturer-defined unique identifier is 40 bits long.
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/
Dprj.conf15 # for manufacturer data
17 # bytes for manufacturer data
19 # bytes for manufacturer data
/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst5 Periodically send out advertising packets with a manufacturer data element.
12 a manufacturer data element. The content of the data is a single byte
/Zephyr-latest/dts/bindings/sensor/
Drohm,bh1750.yaml21 sensor manufacturer. One should pick
36 this property (chosen by sensor manufacturer): 69.
/Zephyr-latest/samples/subsys/usb/common/
DKconfig.sample_usbd13 string "USB device sample manufacturer string"
16 USB device sample manufacturer string.
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst35 compatible: "manufacturer,foo-device"
80 compatible: "manufacturer,device"
87 compatible = "manufacturer,device";
90 Assuming no binding has ``compatible: "manufacturer,device-v2"``, it would also
96 compatible = "manufacturer,device-v2", "manufacturer,device";
105 The ``manufacturer`` prefix identifies the device vendor. See
125 compatible: "manufacturer,serial"
137 In this example, a node with compatible ``"manufacturer,serial"`` must contain
519 compatible: "manufacturer,spi-peripheral"
534 compatible: "manufacturer,i3c-controller"
[all …]
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst64 - physical interface used by the manufacturer to communicate with the device during
70 manufacturer will provide security updates.
72 * - device manufacturer
99 * - manufacturer
100 - relevant economic operator in the supply chain (including the device manufacturer).
127 to the manufacturer.
136 - data from a device that can provide information to help the manufacturer identify issues
343 - The manufacturer should inform the user in a recognizable and apparent manner
360 - The manufacturer shall publish, in an accessible way that is clear and
370 support and a defined support period should be published by the manufacturer in an
[all …]
/Zephyr-latest/samples/subsys/usb/inf/
Dzephyr_cdc_acm.inf9 Provider = %Manufacturer%
16 [Manufacturer]
17 %Manufacturer%=DeviceList, NTAMD64, NTIA64, NTx86
93 Manufacturer = "ZEPHYR"
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py399 mocked_hm.manufacturer = ['dummy manufacturer', 'Texas Instruments']
407 manufacturer='wrong manufacturer',
414 manufacturer='dummy manufacturer',
421 manufacturer='dummy manufacturer',
428 manufacturer='Texas Instruments',
435 manufacturer='Texas Instruments',
458 assert 'Unsupported device (wrong manufacturer): %s' % comports_mock[0] \
/Zephyr-latest/tests/bluetooth/host/crypto/mocks/
Dhci_core.c13 .manufacturer = 0x1234,
/Zephyr-latest/tests/bluetooth/host/id/mocks/
Dhci_core.c15 .manufacturer = 0x1234,
/Zephyr-latest/dts/bindings/i3c/
Di3c-device.yaml22 2. First half of the Provisioned ID contains the manufacturer
23 ID left-shifted by 1, where the manufacturer ID is
/Zephyr-latest/samples/bluetooth/peripheral_dis/src/
Dmain.c59 "Zephyr Manufacturer", in settings_runtime_load()
60 sizeof("Zephyr Manufacturer")); in settings_runtime_load()
/Zephyr-latest/drivers/sensor/st/vl53l0x/
DKconfig33 from the manufacturer default (0x29) to the address specified in the
/Zephyr-latest/samples/bluetooth/scan_adv/
DREADME.rst12 advertising packets with a manufacturer data element. The content of the
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/src/
Dbroadcaster_multiple.c37 /* Maximum manufacturer data length, considering ad data format overhead and
52 * To ensure that we need to chain PDUs we therefore add manufacturer data
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py135 manufacturer = [ variable in HardwareMap
350 d.manufacturer
351 and d.manufacturer.casefold() in [m.casefold() for m in self.manufacturer]
356 if d.manufacturer == 'Texas Instruments' and not d.location.endswith('0'):
383 logger.warning(f"Unsupported device ({d.manufacturer}): {d}")
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd64 Manufacturer's model number. Least 8 bits are valid.
71 Manufacturer's version of this product. Least 8 bits are valid.
111 the Manufacturer's guidelines.
/Zephyr-latest/subsys/usb/device/
DKconfig32 string "USB manufacturer name"
35 USB device Manufacturer string. MUST be configured by vendor.
/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dhci_core.c31 .manufacturer = 0x1234,
/Zephyr-latest/doc/hardware/peripherals/
Dkscan.rst23 defined by a keymap provided by the keyboard manufacturer.
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2.yaml35 by the manufacturer. Use Audio Function category codes define from

12345