USBH_UserProcess() is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

USBH_UserProcess() function

User Process

Syntax

static void USBH_UserProcess(USBH_HandleTypeDef *phost,     uint8_t id);
Implemented in main.c:191

Arguments

phost

Host Handle

id

Host Library user message ID

Return value

None

References

LocationReferrerText
main.c:191
static void USBH_UserProcess(USBH_HandleTypeDef *phost, uint8_t id)
main.c:35
static void USBH_UserProcess(USBH_HandleTypeDef *phost, uint8_t id);
main.c:63main()
USBH_Init(&hUSBHost, USBH_UserProcess, 0);

Call Tree

Functions called by USBH_UserProcess()
USBH_UserProcess()
printf()
all items filtered out