📄 cken.h
字号:
//
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -