Searched refs:uac2 (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/tests/subsys/usb/uac2/ |
D | app.overlay | 11 compatible = "zephyr,uac2"; 18 compatible = "zephyr,uac2-clock-source"; 25 compatible = "zephyr,uac2-input-terminal"; 33 compatible = "zephyr,uac2-feature-unit"; 43 compatible = "zephyr,uac2-output-terminal"; 51 compatible = "zephyr,uac2-input-terminal"; 64 compatible = "zephyr,uac2-feature-unit"; 73 compatible = "zephyr,uac2-output-terminal"; 80 compatible = "zephyr,uac2-audio-streaming"; 88 compatible = "zephyr,uac2-audio-streaming"; [all …]
|
D | CMakeLists.txt | 5 project(uac2) project
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | app.overlay | 11 compatible = "zephyr,uac2"; 17 compatible = "zephyr,uac2-clock-source"; 24 compatible = "zephyr,uac2-input-terminal"; 32 compatible = "zephyr,uac2-output-terminal"; 40 compatible = "zephyr,uac2-input-terminal"; 53 compatible = "zephyr,uac2-output-terminal"; 60 compatible = "zephyr,uac2-audio-streaming"; 68 compatible = "zephyr,uac2-audio-streaming";
|
D | README.rst | 1 .. zephyr:code-sample:: uac2-implicit-feedback
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | app.overlay | 11 compatible = "zephyr,uac2"; 17 compatible = "zephyr,uac2-clock-source"; 24 compatible = "zephyr,uac2-input-terminal"; 32 compatible = "zephyr,uac2-output-terminal"; 39 compatible = "zephyr,uac2-audio-streaming";
|
D | README.rst | 1 .. zephyr:code-sample:: uac2-explicit-feedback
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 13 compatible = "zephyr,uac2"; 19 compatible = "zephyr,uac2-clock-source"; 26 compatible = "zephyr,uac2-input-terminal"; 34 compatible = "zephyr,uac2-output-terminal"; 41 compatible = "zephyr,uac2-audio-streaming";
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig | 11 rsource "Kconfig.uac2"
|
D | Kconfig.uac2 | 13 module-str = usbd uac2
|
D | usbd_uac2_macros.h | 1114 #define VALIDATE_INSTANCE(uac2) \ argument 1115 BUILD_ASSERT(DT_PROP(uac2, full_speed) || DT_PROP(uac2, high_speed), \ 1117 DT_FOREACH_CHILD(uac2, VALIDATE_NODE)
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 31 * :zephyr:code-sample:`uac2-explicit-feedback` 33 * :zephyr:code-sample:`uac2-implicit-feedback`
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 603 | :zephyr:code-sample:`uac2-explicit-feedback` | 0x000E | 605 | :zephyr:code-sample:`uac2-implicit-feedback` | 0x000F |
|