3.3.3.1 USB_HOST_AUDIO_V1_ATTACH_LISTENERS_NUMBER Macro

C

#define USB_HOST_AUDIO_V1_ATTACH_LISTENERS_NUMBER 

Summary

USB Host Audio v1.0 Attach Listeners Number

The USB Audio v1.0 Host Client Driver provides attach notification to listeners who have registered with the client driver via the USB_HOST_AUDIO_V1_0_AttachEventHandlerSet() function. The USB_HOST_AUDIO_V1_0_ATTACH_LISTENERS_NUMBER configuration constant defines the maximum number of event handlers that can be set. This number should be set to equal the number of entities that interested in knowing when a Audio v1.0 device is attached.

Remarks

None.