时钟发生器 CG (Clock Generator)。
RST:复位(Reset)。
PLL:锁相环(Phase-Locked Loop)
zhange 发表于 2024-7-8 20:13
大写的B一般是BIT:位的缩写。
一般大写的B是byte,小写才是bit
EA - 允许所有中断(Enable All Interrupt):控制是否允许所有中断
IE - 中断使能(Interrupt Enable):控制中断的开启或关闭
TMOD - 定时器模式(Timer Mode):设置定时器的工作模式。
IP - 中断优先级(Interrupt Priority):设置中断的优先级。
ACC - 累加器(Accumulate):算术运算的主要寄存器。
WDT - Watchdog Timer:看门狗定时器,用于防止程序跑飞。