#include "conf_usb.h"
#include <stdio.h>
#include "usb_host_enum.h"
#include "usb_host_user.h"
#include "usb_audio.h"
#include "host_audio_task.h"
Functions | |
bool | host_user_check_class (const uint8_t *descriptor) |
This function is called by the standard USB host_check_class() function when the Host is analyzing the configuration descriptor previously sent by a USB Device. More... | |
void | host_user_check_class_init (void) |
Initialization. More... | |
Variables | |
uint8_t | n_interface =0 |
uint8_t | state =0 |
uint8_t n_interface =0 |
Referenced by host_user_check_class(), and host_user_check_class_init().
uint8_t state =0 |
Referenced by host_user_check_class(), and host_user_check_class_init().