more doxygen work

This commit is contained in:
hathach
2013-10-25 13:45:57 +07:00
parent 695fc5cc0a
commit 5f23653c69
5 changed files with 40 additions and 65 deletions

View File

@@ -36,28 +36,21 @@
*/
/**************************************************************************/
/** \file
* \brief Device Controller Driver
*
* \note TBD
*/
/**
* \defgroup Group_DCD Device Controller Driver
* \brief Device Controller Driver
*
/** \addtogroup Port Port
* @{
* \defgroup Port_DCD Device Controller Driver (DCD)
* @{
*/
#ifndef _TUSB_DCD_H_
#define _TUSB_DCD_H_
#include "common/common.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "common/common.h"
tusb_error_t dcd_init(void) ATTR_WARN_UNUSED_RESULT;
tusb_error_t dcd_controller_reset(uint8_t coreid) ATTR_WARN_UNUSED_RESULT;
void dcd_controller_connect(uint8_t coreid);
@@ -78,3 +71,4 @@ void dcd_device_set_configuration(uint8_t coreid, uint8_t config_num);
#endif /* _TUSB_DCD_H_ */
/// @}
/// @}