代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac12.ewp
1
Debug
MSP430
dac12.ewd
1
Debug
MSP430
dac12.eww
$WS_DIR$\dac12.ewp
dac12.c
/****************************************************************************
文件名:dac12.c
编写者:czhang
描述:DAC12转换模块程序。用于15xx 16xx系列。
MCLK:DCO ACLK:32.768kHz
版本:2005-5 V1.0
****************
dac.asm.bak
.global boot
.sect "boot"
boot .work 0x10AA, 0x7FFF, 0x8802, 0x0000, 0x0100
.work 0x000A, 0x0000, 0x0100, 0xF7BD, 0xF070
.work 0x03E7, 0xF495, 0xF6BD, 0xF070, 0x03E7
dac12.dbgdt
86
dac12.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Control Register=771
[Sequencer]
Control Register=0
NextState0=0
NextState1=0
[Action Register]
Break=0
State Storage=0
[Inter
dac12.wsdt
dac12/Debug
dac12.dep
1
Debug
[ROOT_NODE]
dac12.h
#ifndef _DAC12
#define _DAC12
void InitDac12();
void GoDac12(unsigned char doit,unsigned char which);
void Dac12Write(unsigned int dat,unsigned char which);
#endif