Searched refs:vendor (Results 26 – 50 of 183) sorted by relevance
12345678
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 23 USB device vendor ID. MUST be configured by vendor. 29 USB device product ID. MUST be configured by vendor. 35 USB device Manufacturer string. MUST be configured by vendor. 41 USB device Product string. MUST be configured by vendor.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lldp.rst | 13 The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer
|
/Zephyr-latest/scripts/west_commands/ |
D | boards.py | 126 vendor=board.vendor,
|
/Zephyr-latest/doc/services/portability/ |
D | cmsis_rtos_v1.rst | 6 Cortex-M Software Interface Standard (CMSIS) RTOS is a vendor-independent
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 52 **0x80-0xFF** protocol ID range for vendor-specific protocols. 151 This driver is vendor-agnostic. As such, it may be used on any 164 This driver is vendor-agnostic. As such, it may be used on any 176 the :code:`pinctrl_configure_pins` function. Each vendor should use 185 To use the SCMI support, each vendor is required to add an ``scmi`` DT 227 /* vendor-agnostic - always 1 */ 241 /* clock ID is vendor specific */
|
/Zephyr-latest/samples/bluetooth/peripheral/ |
D | README.rst | 11 vendor-specific GATT services that it exposes.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 8 This document describes a set of vendor specific HCI commands and events for 19 The Supported Commands configuration parameter lists which vendor commands the 57 The Supported Features configuration parameter lists vendor specific features 58 that either extend commands or don't have a vendor command. Most features are 59 indicated by the support its respective vendor command. The Supported Features 82 the controller. By default no vendor events are reported. 98 bootup and vendor specific Reset command includes the Fatal_Error event. 164 This command reads the values for the vendor version information for the local 251 This command reads the list of vendor commands supported for the local 278 | | Bit mask for each vendor command | [all …]
|
/Zephyr-latest/boards/dragino/lsn50/ |
D | dragino_lsn50.dts | 13 compatible = "vendor,dragino";
|
/Zephyr-latest/boards/qemu/cortex_a53/ |
D | qemu_cortex_a53.dts | 45 vendor-id = <0x8086>;
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | flash.rst | 16 An exception from the rule may be applied to a vendor-specific flash
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | Kconfig.winc1500 | 22 bool "Use old SPI access method in the vendor HAL" 25 setting to be passed to vendor HAL.
|
/Zephyr-latest/drivers/sip_svc/ |
D | Kconfig | 1 # Silicon vendor Provided Supervisory call driver for sip_svc subsystem
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86.dts | 60 vendor-id = <0x10e8>; 73 vendor-id = <0x8086>;
|
/Zephyr-latest/cmake/modules/ |
D | pre_dt.cmake | 9 # DTS files, bindings, and vendor prefixes are. 15 # implementation files (like bindings, vendor prefixes, etc.) are
|
/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 236 vendor = "others" 239 vendor = folder.name 325 "vendor": vendor,
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | Kconfig | 51 bool "Encapsulated vendor specific option callbacks" 55 If set, custom callbacks for encapsulated vendor-specific 67 bool "Send vendor class identifier in DHCPv4 request" 71 DHCPv4 vendor class identifier option in the DHCPv4 request. 78 The string to include in the DHCPv4 vendor class identifier option
|
/Zephyr-latest/boards/dragino/nbsn95/ |
D | dragino_nbsn95.dts | 13 compatible = "vendor,dragino";
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | Kconfig.defconfig | 38 # Set the controller's public identity using NXP vendor command
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing.h | 140 const char *vendor; member
|
/Zephyr-latest/cmake/toolchain/xt-clang/ |
D | generic.cmake | 14 # assembler vendor. This multiple invocation of xt-clang unnecessarily
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_srv.rst | 27 vendor specific. The list of faults are always reported with a company ID to 28 help interpreting the vendor specific faults.
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | generic.cmake | 19 # assembler vendor. This multiple invocation of xt-xcc unnecessarily
|
/Zephyr-latest/tests/subsys/sd/sdio/ |
D | README.txt | 6 after initialization, as most registers present on the card will be vendor
|
/Zephyr-latest/include/zephyr/drivers/misc/ |
D | README | 16 rendering. These operations are controlled by a vendor-specific API designed
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | platform.py | 79 self.vendor = "" 135 self.vendor = board.vendor
|
12345678