/*******************************************************************************
|
* 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_ */
|