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

📄 dc550_hwinit.h

📁 一款经典的数字电话设计资料
💻 H
字号:
/*****************************************************************************/
/*  CONFIDENTIAL                                                             */
/*  Sigpro Copyright 2003, All rights reserved                               */
/*****************************************************************************/
/*  CLIENT:  Telematrix                                                      */
/*  PROJECT: DC550 Digital Centrex Phone                                     */
/*  FILE:    dc550_hwinit.h                                                  */
/*****************************************************************************/
/*  This is the header file for dc550_hwinit.s43, an assembly file           */
/*  containing all of the subroutines for hardware initialization.           */
/*****************************************************************************/

#ifndef DC550_HWINIT
#define DC550_HWINIT

#include  "dc550_local.h"

/******************************************************************************
 *  FUNCTION PROTOTYPES
 *****************************************************************************/
void hwinit_init_adc12(void);
void hwinit_init_clock(void);
void hwinit_init_cpu(void);
void hwinit_init_misc(void);
void hwinit_init_portpins(void);
void hwinit_init_timera(void);
void hwinit_init_usart(void);
void hwinit_activate_watchdog(void);
void hwinit_reset_watchdog(void);

#endif

⌨️ 快捷键说明

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