Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
57eedebd
Commit
57eedebd
authored
Jun 14, 2011
by
Dean Camera
Browse files
Fix Doxygen documentation errors.
parent
21a012a0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/AudioInput/AudioInput.c
View file @
57eedebd
...
...
@@ -178,7 +178,7 @@ void EVENT_USB_Device_ControlRequest(void)
*
* \param[in,out] AudioInterfaceInfo Pointer to a structure containing an Audio Class configuration and state.
* \param[in] EndpointProperty Property of the endpoint to get or set, a value from Audio_ClassRequests_t.
* \param[in] Endpoint
Index Index
of the streaming endpoint whose property is being referenced.
* \param[in] Endpoint
Address Address
of the streaming endpoint whose property is being referenced.
* \param[in] EndpointControl Parameter of the endpoint to get or set, a value from Audio_EndpointControls_t.
* \param[in,out] DataLength For SET operations, the length of the parameter data to set. For GET operations, the maximum
* length of the retrieved data. When NULL, the function should return whether the given property
...
...
Demos/Device/ClassDriver/AudioOutput/AudioOutput.c
View file @
57eedebd
...
...
@@ -215,7 +215,7 @@ void EVENT_USB_Device_ControlRequest(void)
*
* \param[in,out] AudioInterfaceInfo Pointer to a structure containing an Audio Class configuration and state.
* \param[in] EndpointProperty Property of the endpoint to get or set, a value from Audio_ClassRequests_t.
* \param[in] Endpoint
Index Index
of the streaming endpoint whose property is being referenced.
* \param[in] Endpoint
Address Address
of the streaming endpoint whose property is being referenced.
* \param[in] EndpointControl Parameter of the endpoint to get or set, a value from Audio_EndpointControls_t.
* \param[in,out] DataLength For SET operations, the length of the parameter data to set. For GET operations, the maximum
* length of the retrieved data. When NULL, the function should return whether the given property
...
...
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
View file @
57eedebd
...
...
@@ -89,7 +89,7 @@ RNDIS_Message_Header_t* MessageHeader = (RNDIS_Message_Header_t*)&RNDISMessageBu
/** Indicates if a RNDIS message response is ready to be sent back to the host. */
bool
ResponseReady
=
false
;
/** Current RNDIS adapter state, a value from the \
ref
RNDIS_States_t enum. */
/** Current RNDIS adapter state, a value from the \
c
RNDIS_States_t enum. */
uint8_t
CurrRNDISState
=
RNDIS_Uninitialized
;
/** Current Ethernet packet filter mask. This is non-zero when the adapter is initialized, or zero when disabled. */
...
...
Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c
View file @
57eedebd
...
...
@@ -53,7 +53,7 @@ uint8_t StreamingEndpointAddress = 0;
*
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.
*
* \return An error code from the \ref
RNDIS
Host_GetConfigDescriptorDataCodes_t enum.
* \return An error code from the \ref
Audio
Host_GetConfigDescriptorDataCodes_t enum.
*/
uint8_t
ProcessConfigurationDescriptor
(
void
)
{
...
...
Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.h
View file @
57eedebd
...
...
@@ -47,7 +47,7 @@
/* Enums: */
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
enum
Keyboard
Host_GetConfigDescriptorDataCodes_t
enum
Audio
Host_GetConfigDescriptorDataCodes_t
{
SuccessfulConfigRead
=
0
,
/**< Configuration Descriptor was processed successfully */
ControlError
=
1
,
/**< A control request to the device failed to complete successfully */
...
...
Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c
View file @
57eedebd
...
...
@@ -53,7 +53,7 @@ uint8_t StreamingEndpointAddress = 0;
*
* This routine searches for a Streaming Audio interface descriptor containing a valid Isochronous audio endpoint.
*
* \return An error code from the \ref
RNDIS
Host_GetConfigDescriptorDataCodes_t enum.
* \return An error code from the \ref
Audio
Host_GetConfigDescriptorDataCodes_t enum.
*/
uint8_t
ProcessConfigurationDescriptor
(
void
)
{
...
...
Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.h
View file @
57eedebd
...
...
@@ -47,7 +47,7 @@
/* Enums: */
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
enum
Keyboard
Host_GetConfigDescriptorDataCodes_t
enum
Audio
Host_GetConfigDescriptorDataCodes_t
{
SuccessfulConfigRead
=
0
,
/**< Configuration Descriptor was processed successfully */
ControlError
=
1
,
/**< A control request to the device failed to complete successfully */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment