aboutsummaryrefslogtreecommitdiff
path: root/src/usb/debug.h
blob: 12791154abcd3a695a2e8ce8522bc174f8e0a7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __DEBUG_H__
#define __DEBUG_H__

#include "CH58x_common.h"


#define _TRACE() PRINT("> "); PRINT(__FILE__);PRINT(": "); PRINT(__func__); \
				PRINT("()\n")

void print_setuppk(USB_SETUP_REQ *setup_req_pk);
void print_status_reg();
void print_intflag_reg();

#endif /* __DEBUG_H__ */