cken.h

来自「X-scale 27x 平台」· C头文件 代码 · 共 26 行

H
26
字号
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
#define CKEN_RESERVED_BITS 0x000179ef

#define CLK_PWM0	0x00000001
#define CLK_PWM1 	0x00000002
#define CLK_AC97 	0x00000004
#define CLK_SSP  	0x00000008
#define CLK_STUART 	0x00000020
#define CLK_FFUART 	0x00000040
#define CLK_BTUART 	0x00000080
#define CLK_I2S 	0x00000100
#define CLK_USB 	0x00000800
#define CLK_MMC 	0x00001000
#define CLK_FICP 	0x00002000
#define CLK_I2C 	0x00004000
#define CLK_LCD 	0x00010000

⌨️ 快捷键说明

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