42 lines
1.1 KiB
C
42 lines
1.1 KiB
C
|
/*******************************************************************************
|
||
|
* the includes
|
||
|
******************************************************************************/
|
||
|
#include "ud_66.h"
|
||
|
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* the defines
|
||
|
******************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* the typedefs
|
||
|
******************************************************************************/
|
||
|
typedef enum
|
||
|
{
|
||
|
CMD66_CFG,//配置P
|
||
|
|
||
|
CMD66_NUM,
|
||
|
} CMD66_type;
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* the globals
|
||
|
******************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* the const
|
||
|
******************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* the functions
|
||
|
******************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|