testauto.h

来自「这是一个基于nec78f8024的led驱动程序」· C头文件 代码 · 共 39 行

H
39
字号
/*
*******************************************************************************
**  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 + =
减小字号Ctrl + -
显示快捷键?