Searched refs:class (Results 51 – 75 of 192) sorted by relevance
12345678
5 Implement device firmware upgrade using the USB DFU class driver.17 class provided by the Zephyr project depends on DFU image manager and109 [00:00:00.005,920] <inf> main: This device supports USB DFU class.142 [00:00:00.005,920] <inf> main: This device supports USB DFU class.
1 … 532.8 134.4" xml:space="preserve"><style>.st0{fill:#5a2ab5}</style><path class="st0" d="M23.5 44.…
33 * :ref:`Priority queues <traffic-class-support>`
67 bool "Send vendor class identifier in DHCPv4 request"71 DHCPv4 vendor class identifier option in the DHCPv4 request.74 string "Vendor class identifier"78 The string to include in the DHCPv4 vendor class identifier option
92 #. ``_backend_api`` - This points to the device-class specific backend API for97 device-class.101 :alt: Device class example, demonstrating BC1.2 charging detectors.112 out of band. Each device class defines it's own API functions. The backend API129 the same driver class.
11 and present themselves as devices of a given class to the rest of the system.28 emulate a peripheral class by connecting to host APIs are not covered by this page.
18 and traffic class used.
231 or sending network data. Each traffic class queue is implemented as a thread236 using a dedicated traffic class thread. This is why by default the238 not enabled. If userspace is enabled, then the minimum TX traffic class243 class queue. Reason is that typically the network device driver is running246 the packet to the traffic class queue. If the network device driver is not247 running in IRQ context when it gets the packet, then the RX traffic class
42 class TSimpleServer : public TServerFramework
55 class TServerFramework : public TServer
56 class TServerEventHandler111 class TServer
58 rsource "class/Kconfig"
62 module-str = Log level for network traffic class code63 module-help = Enables network traffic class code to output debug messages.
65 TESTDATAs are most often declared as class fields.89 - Consider using class fields instead - look at TESTDATAs for an example.122 .. [#f1] Take note of the ``setup_class()`` class function, which allows us to run
17 :class: dropdown
8 The sample project illustrates usage of pure virtual class, member
41 controls available which can be generic, related to a device class or vendor
11 USB DFU class driver
23 source "subsys/usb/device/class/Kconfig.template.composite_device_number"
46 #include <cannectivity/usb/class/gs_usb.h>
26 <table class="tfo-notebook-buttons" align="left">
23 through USB. The board shows up as a USB CDC class standard device.
135 #define COAP_MAKE_RESPONSE_CODE(class, det) ((class << 5) | (det)) argument
25 through USB. The board declares itself as a USB CDC class device.
26 through USB. The board shows up as a USB CDC class standard device.