chen
2025-05-15 67ca69985af9109a0603a1cde71f21b940c059ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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_ */