📄 boothw_6000.h
字号:
#ifndef BOOTHW_6000_H
#define BOOTHW_6000_H
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
B O O T H A R D W A R E M S M 6 0 0 0 S P E C I F I C
I N I T I A L I Z A T I O N H E A D E R
GENERAL DESCRIPTION
This header file contains type and Macro definitions specific for the
MSM510X. This definitions can be used by other modules in DMSS.
Copyright (c) 1991-2002 by QUALCOMM Incorporated.
All Rights Reserved.
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
/*===========================================================================
EDIT HISTORY FOR MODULE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
$Header: L:/src/asw/MSM6000/vcs/boothw_6000.h_v 1.1 20 Mar 2002 19:33:40 hromero $
when who what, where, why
-------- --- ----------------------------------------------------------
12/12/00 djd Changed name from boothw_5105.h to boothw_6000.h
10/13/00 rmd Initial Revision
===========================================================================*/
typedef struct {
dword addr;
word val;
}GpioFuncSelType;
typedef struct {
dword addr;
word val;
}ChipxnSelType;
/*----------------------------------------------------------------------------
EXTERNAL MACROS
----------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
MACRO BOOTHW_KICK_WATCHDOG
This macro resets the watchdog timer circuit.
---------------------------------------------------------------------------*/
#define BOOTHW_KICK_WATCHDOG() \
outp(SLEEP_CTL_WB, SLEEP_CTL_WB__WATCH_DOG_MASK); \
outp(SLEEP_CTL_WB, 0)
#endif /*BOOTHW_6000_H*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -