代码搜索:DAC
找到约 10,000 项符合「DAC」的源代码
代码结果 10,000
www.eeworm.com/read/326072/13167582
h talkthrough.h
#ifndef __Talkthrough_h__
#define __Talkthrough_h__
#include "defBF537.h"
#define VEC_SIZE 256 // length of the input vector
#define NUM_TAPS 51 // number of filter coefficients
//--------
www.eeworm.com/read/190295/8445035
c max525.c
/* ------------------------------------------------------------------------
File : max525.c
Descr : Functions for operating a MAX525 4-channel 12-bit DAC.
History: 07AUG.01; Henk B&B; Start
www.eeworm.com/read/190295/8445083
c max5122.c
/* ------------------------------------------------------------------------
File : max5122.c
Descr : Functions for operating a MAX5122 1-channel 12-bit DAC.
History: 06JUN.03; Henk B&B; Star
www.eeworm.com/read/390729/8448496
c main.c
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/390729/8448786
c main.c
//=======================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed,
www.eeworm.com/read/390729/8449028
c 240.c
//***********************************************************
// 描述: s240只有自动播放方式,在中断FIQ的FIQ_TMA中断源中通过
// 主程序的SACM_S240_ServiceLoop()对语音数据进行解码,然后将其
// 送入DAC通道播放
// 日期: 2003/05/14
// 版本: 1.8.0
//
www.eeworm.com/read/390729/8449040
c main.c
//=======================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed,
www.eeworm.com/read/390729/8449482
c main.c
//=======================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed,
www.eeworm.com/read/289756/8528808
c da.c
#include
sfr16 DAC1 = 0xD2;
void DAC1_Init(void);
void DAC1_OUT(void);
//void SYSCLK_Init(void);
unsigned int i=0;
v