硬件基本名词解释

1.TCXO

(Temperature Compensate X'tal (crystal) Oscillator) 温度补偿晶体振荡器

http://baike.baidu.com/view/1010371.htm

AMSS端\products\76XX\services\sleep\sleepmod.c 

/*===========================================================================

FUNCTION SLEEPMOD_OK_TCXO_SHUTDOWN

DESCRIPTION
  Check votes and other misc reasons not to perform TCXO shutdown.

DEPENDENCIES
  None.

RETURN VALUE
  TRUE  okay to perform TCXO shutdown.
  FALSE not okay to perform TCXO shutdown.

SIDE EFFECTS
  None

===========================================================================*/

static boolean sleepmod_ok_tcxo_shutdown(void)
{
    ...
}
/*===========================================================================

FUNCTION SLEEPMOD_TCXO_SHUTDOWN

DESCRIPTION
  Perform TCXO shutdown.

DEPENDENCIES
  None.

RETURN VALUE
  None.

SIDE EFFECTS
  None.

===========================================================================*/

static void sleepmod_tcxo_shutdown
(
  /* Number of slcks before next wakeup */
  uint32 uNextWakeupSclk
)
{
   ....
}

2.current consumption--电流消耗

    standby mode --待机模式

3.IIR(Infinite Impulse Response)  无限脉冲响应数字滤波器

ami_sint8 AMI_SetIIRStrength(ami_uint8 MF, ami_uint8 GF); 用于设置M-sensor和M-sensor的IIR

4.LDO是low dropout regulator

     意为低压差 线性稳压器,是相对于传统的线性稳压器来说的。传统的线性稳压器,如78xx系列的芯片都要求输入电压要比输出电压高出2v~3V以上,否则就不能正常工作。但是在一些情况下,这样的条件显然是太苛刻了,如5v转3.3v,输入与输出的压差只有1.7v,显然是不满足条件的。针对这种情况,才有了LDO类的电源转换芯片。
5.ADI是Analog-Die Interface

如kernel/arch/arm/mach-sc8810/include/mach/adi_hal_internal.h

ADI_Analogdie_reg_write(reg_addr, (unsigned short)(value))

ADI_Analogdie_reg_read(reg_addr)

 die的语义:die in the context of integrated circuits is a small block of semiconducting material, on which a given functional circuit is fabricated. Typically, integrated circuits are produced in large batches on a single wafer of electronic-grade silicon (EGS) or other semiconductor (such as GaAs) through processes such as photolithography. The wafer is cut (“diced”) into many pieces, each containing one copy of the circuit. Each of these pieces is called a die.

There are three commonly used plural forms: dicedies, and die.




TO BE CONTINUED


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值