📄 testauto.h
字号:
/*
*******************************************************************************
** COPYRIGHT (C) NEC Electronics Corporation 2008
** NEC ELECTRONICS CONFIDENTIAL AND PROPRIETARY
** All rights reserved by NEC Electronics Corporation.
** Use of copyright notice does not evidence publication.
**
** Filename : AUTO.h
** Abstract : This file implements the definition that relates to the
** management of the time series of the Variabule Dimming function.
**
** Device : uPD78F8024
**
** Compiler : NEC/CC78K0
**
*******************************************************************************
*/
#ifndef _MDAUTO_
#define _MDAUTO_
/* set value definition of register related to 16-bit timer 00 */
#define TMC00_INIT_VALUE 0b00000000
#define TMC00_ACTIVATE_VALUE 0b00001100
#define CRC00_INIT_VALUE 0b00000000
#define TOC00_INIT_VALUE 0b00000000
#define PRM00_INIT_VALUE 0b00000010
/* function prototypes */
void LIST1_init(void);
void LIST2_init(void);
void LIST3_init(void);
void LIST4_init(void);
short LIST1_getValue( void );
short LIST2_getValue( void );
short LIST3_getValue( void );
short LIST4_getValue( void );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -