15 lines
373 B
C
15 lines
373 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2018-2019. All rights reserved.
|
||
|
|
* Description: DFX_USR.
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2018-10-31
|
||
|
|
*/
|
||
|
|
#ifndef __DFX_USR_H__
|
||
|
|
#define __DFX_USR_H__
|
||
|
|
#include <soc_types.h>
|
||
|
|
|
||
|
|
/* USR command ID range [0xFD00, 0xFFFF) */
|
||
|
|
/* USR statistic ID range [0xEE00, 0xF000) */
|
||
|
|
/* USR system message range [0xFE00, 0xFFFF) */
|
||
|
|
#endif
|