Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c55 static struct legacy_wrapper wrappers[] = { variable
61 for (unsigned int i = 0; i < ARRAY_SIZE(wrappers); i++) { in get_legacy_ops()
62 if (wrappers[i].dev == dev) { in get_legacy_ops()
63 return wrappers[i].legacy_ops; in get_legacy_ops()
207 for (unsigned int i = 0; i < ARRAY_SIZE(wrappers); i++) { in usb_hid_register_device()
208 if (wrappers[i].dev == dev) { in usb_hid_register_device()
209 wrappers[i].legacy_ops = ops; in usb_hid_register_device()
210 if (hid_device_register(dev, desc, size, wrappers[i].ops)) { in usb_hid_register_device()
/Zephyr-latest/doc/services/
Dnotify.rst16 transactions. The subsystem wrappers are responsible for extracting
/Zephyr-latest/lib/os/
DKconfig.cbprintf117 If selected wrappers are generated for various C library functions
118 using the cbprintf formatter underneath. The wrappers use the C
/Zephyr-latest/doc/develop/west/
Dsign.rst26 whitespace or other special characters through all the wrappers can be
Dbuild-flash-debug.rst689 The flash and debug commands use Python wrappers around various
690 :ref:`flash-debug-host-tools`. These wrappers are all defined in a Python
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst28 These functions are basically wrappers around the flash API with additional
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst30 common cores, and CPU wrappers to create SoCs easily. The tool contains
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/
Dindex.rst217 simulator without ``west flash`` and ``west debug`` wrappers it's necessary to
219 ``west debug`` it's done automatically by wrappers.
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst161 * Removed printf/printk wrappers.
Drelease-notes-2.3.rst187 The older mem_pool APIs are, by default, wrappers around this new
/Zephyr-latest/modules/cmsis-dsp/
DCMakeLists.txt885 # For scipy or wrappers or benchmarks
/Zephyr-latest/doc/services/logging/
Dindex.rst318 However, it is recommended to use macro wrappers (:c:macro:`LOG_INIT` and
/Zephyr-latest/cmake/modules/
Dextensions.cmake415 # The methods are wrappers around the CMake target_* functions. See
657 # does not have wrappers over the other cmake target functions.
731 # flashing and debugging supported boards. These are wrappers around a