dc550_hwinit.h

来自「一款经典的数字电话设计资料」· C头文件 代码 · 共 31 行

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