Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h641 #define AS_INTERFACE_DESCRIPTOR(node, alternate, numendpoints) \ argument
646 numendpoints, /* bNumEndpoints */ \
652 #define AS_INTERFACE_FS_DESCRIPTOR_ARRAY(node, alternate, numendpoints) \ argument
654 AS_INTERFACE_DESCRIPTOR(node, alternate, numendpoints) \
657 #define AS_INTERFACE_HS_DESCRIPTOR_ARRAY(node, alternate, numendpoints) \ argument
659 AS_INTERFACE_DESCRIPTOR(node, alternate, numendpoints) \
662 #define AS_INTERFACE_DESCRIPTOR_ARRAY(node, alternate, numendpoints) \ argument
664 AS_INTERFACE_FS_DESCRIPTOR_ARRAY(node, alternate, numendpoints) \
667 AS_INTERFACE_HS_DESCRIPTOR_ARRAY(node, alternate, numendpoints) \