Searched refs:class (Results 26 – 50 of 192) sorted by relevance
12345678
/Zephyr-latest/samples/drivers/ethernet/eth_ivshmem/boards/ |
D | qemu_cortex_a53.overlay | 50 class-rev = <0xFF000100>; /* PCI_CLASS_OTHERS | IVSHMEM_PROTO_NET */ 51 class-rev-mask = <0xFFFFFF00>; /* PCI_CLASS_MASK | IVSHMEM_PROTO_MASK */
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | system_mgmt.rst | 19 traffic-class.rst
|
/Zephyr-latest/samples/modules/thrift/hello/server/src/ |
D | HelloHandler.h | 19 class HelloHandler : virtual public HelloIf
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.template.composite_device_number | 11 Number of instances of this USB Device class.
|
D | Kconfig.msc | 8 USB Mass Storage device class support 44 Mass storage device class bulk endpoints size
|
D | Kconfig.bt | 9 USB Bluetooth device class support
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.template.instances_count | 10 Number of instances of this USB class implementation.
|
D | Kconfig.loopback | 8 USB device loopback class.
|
D | Kconfig.cdc_acm | 14 USB device CDC ACM class implementation.
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 74 This file must contain a subclass of the ``west.commands.WestCommand`` class; 75 this class will be instantiated and used when your extension is run. 91 class MyCommand(WestCommand): 141 Here is an example for the above class definition, assuming it's in 150 class: MyCommand 157 (if not given, the ``class`` value defaults to the same thing as ``name``). 184 class: MyCommand 191 class: ThirdCommand 197 with class ``MyCommand`` 200 #. ``command2`` with class ``command2`` [all …]
|
D | west-apis.rst | 31 :py:class:`WestCommand` class defined here. Some exception types are also 71 A property which returns the :py:class:`west.manifest.Manifest` 87 :py:class:`west.configuration.Configuration` instance or aborts the 255 Since west v0.13, the recommended class for reading this is 256 :py:class:`west.configuration.Configuration`. 260 :py:class:`west.commands.WestCommand`. 277 The following APIs also use :py:class:`west.configuration.ConfigFile`, but they 345 The main classes are :py:class:`Manifest` and :py:class:`Project`. These 430 .. (note: attributes are part of the class docstring)
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 14 device controller driver and USB device class drivers or customer applications. 40 There is an experimental implementation of the Audio class. It follows specification 74 The CDC ACM class is used as backend for different subsystems in Zephyr. 212 USB DFU class implementation is tightly coupled to :ref:`dfu` and :ref:`mcuboot_api`. 234 For the HID class interface, an IN interrupt endpoint is required for each instance, 312 issue will be fixed in the HID class implementation for the new USB support. 372 * CDC ECM class, enabled with :kconfig:option:`CONFIG_USB_DEVICE_NETWORK_ECM` 373 * CDC EEM class, enabled with :kconfig:option:`CONFIG_USB_DEVICE_NETWORK_EEM` 394 Implementing a non-standard USB class 405 * Optionally class, vendor and custom handlers [all …]
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.h | 22 class TFDServer : public TServerTransport
|
D | TConnectedClient.h | 48 class TConnectedClient
|
/Zephyr-latest/lib/cpp/minimal/include/ |
D | new | 29 enum class align_val_t : std::size_t {};
|
/Zephyr-latest/doc/connectivity/usb/api/ |
D | hid.rst | 7 header file :zephyr_file:`include/zephyr/usb/class/hid.h`.
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/ |
D | .gitignore | 4 *$py.class
|
/Zephyr-latest/subsys/usb/device/ |
D | CMakeLists.txt | 12 add_subdirectory(class)
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | Kconfig | 42 CDC ECM class interrupt endpoint size 49 CDC ECM class bulk endpoint size
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 338 uint8_t class, subclass, protocol; in cmd_device_code_triple() local 341 class = strtol(argv[2], NULL, 16); in cmd_device_code_triple() 345 class, subclass, protocol); in cmd_device_code_triple() 348 class, subclass, protocol); in cmd_device_code_triple() 351 class, subclass, protocol); in cmd_device_code_triple() 640 SHELL_CMD_ARG(class, &class_cmds,
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mipi_dbi.rst | 6 The MIPI DBI driver class implements support for MIPI DBI compliant display
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_lpss.c | 144 .class = 6, \ 148 .class = 6, \
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig | 363 be mapped to this traffic class so that higher prioritized packets 368 handled equally. In this implementation, the higher traffic class 385 be mapped to this traffic class so that higher prioritized packets 390 handled equally. In this implementation, the higher traffic class 407 be pushed directly to network driver and will skip the traffic class 437 bool "Customize traffic class thread priority" 443 int "Transmit traffic class base thread priority" 446 Transmit traffic class threads priority will increase/decrease 448 If NET_TC_TX_COUNT is 1, this will be transmit traffic class 452 int "Receive traffic class base thread priority" [all …]
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 19 registering multiple function or class instances to a configuration at runtime, 131 speeds. A function or class can be registered on a USB device before 154 A function or class implementation may require its own specific configuration 206 the user application through a special API, such as HID or Audio class devices, 207 while others use a general Zephyr RTOS driver API, such as MSC and CDC class 208 implementations. The *Identification string* identifies a class or function 214 | USB Audio 2 class | :ref:`uac2_device` | :samp:`uac2_{n}` | 216 | USB CDC ACM class | :ref:`uart_api` | :samp:`cdc_acm_{n}` | 218 | USB CDC ECM class | Ethernet device | :samp:`cdc_ecm_{n}` |
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 56 uart:~$ usbd class add foobaz 1 57 dev: added USB class foobaz to configuration 1
|
12345678