chen
2025-05-16 4cdc4b3d488e15b1d6572bdcd61a2ce92d0c8c9b
keil/include/components/hido/Include/HIDO_Debug.h
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,30 @@
/*******************************************************************************
 * File Name         : DB_Debug.h
 * Description       :
 * Created on        : 2018å¹´5月28日
 * Author            : www.hido-studio.com
 *******************************************************************************/
#ifndef DBLIBRARY_DEBUG_DB_DEBUG_H_
#define DBLIBRARY_DEBUG_DB_DEBUG_H_
/*******************************************************************************
 *                              Include Files                                  *
 *******************************************************************************/
#include "HIDO_TypeDef.h"
/*******************************************************************************
 *                                  Macro                                      *
 *******************************************************************************/
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
/*******************************************************************************
 *                             Global Function                                 *
 *******************************************************************************/
HIDO_INT32 HIDO_Debug(const HIDO_CHAR *_pcFmt, ...);
HIDO_INT32 HIDO_DebugHex(const HIDO_UINT8 *_pu8Data, HIDO_UINT32 _u32Len);
HIDO_INT32 HIDO_DebugString(const HIDO_CHAR *_pu8String, HIDO_UINT32 _u32StringLen);
#endif /* DBLIBRARY_DEBUG_HIDO_DEBUG_H_ */