AUDIO_REQ_SET_CUR is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

AUDIO_REQ_SET_CUR macro

Syntax

#define AUDIO_REQ_SET_CUR 0x01U

References

LocationText
usbd_audio.h:100
#define AUDIO_REQ_SET_CUR 0x01U
usbd_audio.c:473
case AUDIO_REQ_SET_CUR:
usbd_audio.c:613
if (haudio->control.cmd == AUDIO_REQ_SET_CUR)
usbd_audio.c:871
haudio->control.cmd = AUDIO_REQ_SET_CUR; /* Set the request value */