代码搜索结果
找到约 10,000 项符合
DAC 的代码
eslselect.m
function sv = ESLselect(v,sy,dw,df)
%sv = ESLselect(v,sy,dw,df) Select the elements of a multi-element
%DAC to minimize the selection error, subject to the constraint that
%the nominal DAC output is
main.s
.module main.c
.area data(ram, con, rel)
_DAC4_value::
.blkb 1
.area idata
.byte 1
.area data(ram, con, rel)
.dbfile D:\hujie\main.c
.dbsym e DAC4_value _DAC4_value c
_K1::
.blkb 4
writedac.c
/**********************************************************************
* Function: WriteDac() *
* Description: Sets the output on a PWM/DAC channel.
dacdir.txt
This is some short test code that I put together to drive the
Soundblaster's DAC in both DMA and direct mode. There are two programs:
DACDMA.EXE Outputs a raw 8 bit sample file to the DAC in
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
sdac.c
#include
#include"Config.h"
#include"IOCfg.c"
#include"TimeDLY.h"
#include"SDAC.h"
//设置A通道输出函数:SetDAC_AOUT()
void SetDAC_AOUT(INT8U temp)
{
DAC_CS = 1;
DAC_WR = 1;
DAC_Data = t
sys_init.asm
.include hardware.inc
.external _ADC_Init
.external _DAC_Init
.external _key_value
.external _SP_Init_IOA;
.external _SP_Init_IOB;
.code
//===================================================
main.c
#include "lf2407regs.h"
#include "math.h"
#include "GLB.h"
#include "Init.h"
#include "SCI.h"
#include "PWM.h"
#include "AD.h"
#include "DA.h"
#include "INT.h"
#include "QEP.h"
#incl
ml020icb.lnp
".\output\main.obj",
".\output\Example_GB2312.obj",
".\output\Example_AD.obj",
".\output\Example_DAC.obj",
".\output\Example_EEPROM.obj",
".\output\api.obj",
".\output\Example_IO.obj",
".\outpu