请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSP430FR2355 您好!
我让客户向我指出、UCGLITx 的抗尖峰脉冲时间在数据表中定义如下:
不过、MSP430FR2355.h include 文件中的注释显示一些不同的值:
/* UCA0CTLW1 Control Bits */ #define UCGLIT (0x0003) /* Deglitch time */ #define UCGLIT_L (0x0003) #define UCGLIT0 (0x0001) /* Deglitch time */ #define UCGLIT0_L (0x0001) #define UCGLIT1 (0x0002) /* Deglitch time */ #define UCGLIT1_L (0x0002) #define UCGLIT_0 (0x0000) /* Approximately 2 ns (equivalent of 1 delay element) */ #define UCGLIT_1 (0x0001) /* Approximately 50 ns */ #define UCGLIT_1_L (0x0001) #define UCGLIT_2 (0x0002) /* Approximately 100 ns */ #define UCGLIT_2_L (0x0002) #define UCGLIT_3 (0x0003) /* Approximately 200 ns */ #define UCGLIT_3_L (0x0003)
客户应该在哪些时间安排中使用?
Munan