ChinaUnix.net
相关文章推荐:

rTCNTB0 = (PCLK7)freq

CPU frequency and voltage scaling code in the Linux(TM) kernel L i n u x C P U F r e q Dominik Brodowski [email=linux@brodo.de]linux@brodo.de[/email] Clock scaling allows you to change the clock speed of the CPUs on the fly. This is a nice method to save battery power, because the lower the clock speed, the less power the CPU consumes. Documents in this direc...

by yuchuan2008 - Linux文档专区 - 2008-12-18 12:58:04 阅读(1210) 回复(0)

相关讨论

FCLK, HCLK, and pclk FCLK is used by ARM920T.HCLK is used for AHB bus, which is used by the ARM920T, the memory controller, the interrupt controller, the LCD controller, the DMA and USB host block. pclk is used for APB bus, which is used by the peripherals such as WDT, IIS, I2C, PWM timer, MMC interface, ADC, UART, GPIO, RTC and SPI. he S3C2440A supports selection of Dividing Ratio between FCLK, H...

by tancotq - Linux文档专区 - 2009-08-03 11:48:10 阅读(983) 回复(0)

ChangeMPllValue((mpll_val>>12)&0xff, (mpll_val>>4)&0x3f, mpll_val&3);

ChangeClockDivider(key, 12);  

1)FLCK、HCLK和pclk的关系

S3C2440有三个时钟FLCK、HCLK和pclk

s3c2440官方手册...

by g_programming - 移动操作系统 - 2011-12-20 09:44:09 阅读(653) 回复(0)

时钟和电源管理模块由3部分组成:时钟控制、USB控制、电源控制。
时钟控制部分产生3种时钟信号:CPU用的FCLK,AHB总线用的HCLK,APB总线用的pclk
有2个锁相环,一个用于FCLK HCLK pclk,另一个用于48MHz的USB时钟。...

by wotaiqile - 移动操作系统 - 2011-12-20 09:44:06 阅读(934) 回复(0)

ADS1.2中关于时钟的C代码
ChangeMPllValue((mpll_val>>12)&0xff, (mpll_val>>4)&0x3f, mpll_val&3);
ChangeClockDivider(key, 12);  
1)FLCK、HCLK和pclk的关系
S3C2440有三个时钟FLCK、HCLK和pclk
s3c2440官方手册上说P7-8写到:
FCLK is used by ARM920T,内核时钟,主频。
HCLK is used for AHB bus, which is u...

by chenmeng11 - 移动操作系统 - 2011-12-22 08:51:04 阅读(430) 回复(0)

ADS1.2中关于时钟的C代码

by iletlet - 移动操作系统 - 2011-02-12 16:54:02 阅读(621) 回复(0)

如图 每个CPU的频率是399MHZ,为何还有后面的 1415数字表示什么意思?,表达的是最高达1415频率???? [ 本帖最后由 coologin 于 2008-11-30 23:15 编辑 ]

by coologin - HP-UX - 2008-12-01 20:46:19 阅读(2124) 回复(3)