zephyr/subsys/usb/device_next
Tomasz Moń 3e7368829b usb: device_next: uac2: interface descriptor macros
Add macros to initialize full set of descriptors required for USB Audio
Class 2 instance. Descriptors start with Interface Association
Descriptor that binds together the AudioControl interface and all
AudioStreaming interfaces.

AudioStreaming interfaces have alternate setting 0 without any endpoints
and alternate setting 1 with isochronous endpoint with max packet size
calculated on maximum sample frequency, number of channels, subslot size
and clock synchronization (asynchronous endpoints require +1 sample).

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-12-15 14:24:44 +01:00
..
class usb: device_next: uac2: interface descriptor macros 2023-12-15 14:24:44 +01:00
CMakeLists.txt
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
usbd_ch9.c usb: device_next: add SetFeature(TEST_MODE) support 2023-12-12 15:01:49 +01:00
usbd_ch9.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class_api.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class.c toolchain: only include <zephyr/toolchain.h> 2023-09-15 09:27:30 +02:00
usbd_class.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_config.c
usbd_config.h
usbd_core.c usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usbd_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_desc.c usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_desc.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_device.c usb: device_next: simplify way to set/change triple code 2023-12-13 17:52:00 +01:00
usbd_device.h
usbd_endpoint.c
usbd_endpoint.h
usbd_init.c
usbd_init.h
usbd_interface.c
usbd_interface.h
usbd_shell.c usb: device_next: simplify way to set/change triple code 2023-12-13 17:52:00 +01:00