STM32_USB_Host_Library + 0/2 examples
CodeScope will show references to AC_CLASS from the following samples and libraries:
Examples
STM324x9I_EVAL
Applications
USB_Host
STM324xG_EVAL
Applications
USB_Host
 
Symbols
loading...
Files
loading...

AC_CLASS macro

Syntax

#define AC_CLASS 0x01U

Examples

AC_CLASS is referenced by 2 libraries and example projects.

References

LocationText
usbh_audio.h:432
#define AC_CLASS 0x01U
usbh_audio.c:172
AC_CLASS,
usbh_audio.c:203
interface = USBH_FindInterface(phost, AC_CLASS, USB_SUBCLASS_AUDIOCONTROL, 0x00U);
usbh_audio.c:761
if ((phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass == AC_CLASS) &&
usbh_audio.c:803
if ((phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass == AC_CLASS) &&
usbh_audio.c:842
interface = USBH_FindInterface(phost, AC_CLASS, USB_SUBCLASS_AUDIOCONTROL, 0xFFU);