⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 acprd_main.h

📁 source code for a sample alarm control panel system using Freescale MC9S12DP256 . The project was im
💻 H
字号:
//=============================================================================
// File: ACPRD_MAIN.H - V1.00
// Rem.: The ACPRD Project Page on the Web -> http://hc12web.de/acprd
//=============================================================================

#ifndef __ACPRD_MAIN_H
#define __ACPRD_MAIN_H

//-- Includes -----------------------------------------------------------------

#include "t6963.h"						// text attribute defs

//-- Definitions --------------------------------------------------------------

#define BAUD_19K2_8000		26			//  19200Bd @  8MHz ECLK
#define BAUD_9600_24000		156			//   9600Bd @ 24MHz ECLK
#define BAUD_19K2_24000		78			//  19200Bd @ 24MHz ECLK
#define BAUD_115K2_24000	13			// 115200Bd @ 24MHz ECLK

#define SPIBD_500K_8000		0x03		// /16 -> 500kHz @  8MHz ECLK
#define SPIBD_500K_24000	0x23		// /48 -> 500kHz @ 24MHz ECLK

#define ACPRD_VPWR_MIN		(10 * 512)	// min voltage at atd0[6]
#define ACPRD_VBAT_MIN		(10 * 512)	// min voltage at atd0[7]

#define TA_NORMAL			0
#define TA_BLINK			(T6963_TA_BLINK << 8)
#define TA_REVERS			(T6963_TA_REVERS << 8)

//-- Datatype Definitions -----------------------------------------------------

//-- Extern Declarations ------------------------------------------------------

//-- Macros -------------------------------------------------------------------

//-- Function Prototypes ------------------------------------------------------

UINT8 checkAlarm(void);

#endif //__ACPRD_MAIN_H =======================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -