代码搜索:AD芯片
找到约 10,000 项符合「AD芯片」的源代码
代码结果 10,000
www.eeworm.com/read/12537/242114
pic ad844.pic
www.eeworm.com/read/12537/242204
pic ad811.pic
www.eeworm.com/read/12537/242279
pic ad515.pic
www.eeworm.com/read/12537/242451
pic ad547.pic
www.eeworm.com/read/12537/242509
pic ad711.pic
www.eeworm.com/read/12537/242722
pic ad590.pic
www.eeworm.com/read/12662/246625
c ad_init.c
#include
#include "ad_init.h"
void Init_ADC(void)
{
P6SEL = 0X07; //设置P6.0为模拟输入通道
ADC12CTL0 &= ~(ENC); //设置ENC为0,从而修改ADC12寄存器的值
ADC12CTL1 |= C
www.eeworm.com/read/12862/247353
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC B2 series
; C
www.eeworm.com/read/12862/247594
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC 83x series
;