代码搜索:DAC
找到约 10,000 项符合「DAC」的源代码
代码结果 10,000
www.eeworm.com/read/131806/14124173
c~ menu.c~
/*
*********************************************************************************************
// 根据按键值移动显示菜单并执行菜单命令
// Function:
// UP_KEY 向上移动菜单项
// DOWN_KEY 向下移动菜单项
// ENTER_KEY 进入下一层
www.eeworm.com/read/233493/14149324
c fet140_dma_06.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA2, Rpt'd Blk to DAC1, 8-Bit Sine, TBCCR2, DCO
//
// Description: DMA2 is used to transf
www.eeworm.com/read/233011/14174175
c fet140_dma_06.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA2 Repeated Block to DAC1 8-bit Sine Output, TBCCR2, DCO
//
// Description; DMA2 is us
www.eeworm.com/read/233011/14174189
c fet140_dma_05.c
//******************************************************************************
// MSP-FET430P140 Demo - DMA0 Repeated Block to DAC0 Sine Output, TACCR1, DCO
//
// Description; DMA0 is used to
www.eeworm.com/read/229950/14310761
h sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(int SndIndex, int DAC_Channel);
#endif
www.eeworm.com/read/229891/14313473
c msp430xg46x_oa_02.c
//*****************************************************************************
// MSP430xG46x Demo - OA0, Comparator in General-Purpose Mode
//
// Description: Use OA0 as a comparator in general
www.eeworm.com/read/229891/14313509
c msp430xg46x_oa_08.c
//*****************************************************************************
// MSP430xG46x Demo - OA1, Comparator in General-Purpose Mode
//
// Description: Use OA1 as a comparator in general
www.eeworm.com/read/127796/14333599
c main.c
/*****************************************************************************************
Program: SACM-MS01 player with play, stop, pause, resume, volume up, volume down function
User Function c
www.eeworm.com/read/127795/14333708
c 240.c
//***********************************************************
// 描述: s240只有自动播放方式,在中断FIQ的FIQ_TMA中断源中通过
// 主程序的SACM_S240_ServiceLoop()对语音数据进行解码,然后将其
// 送入DAC通道播放
// 日期: 2003/05/14
// 版本: 1.8.0
//
www.eeworm.com/read/126613/14415193
c ad77.c
#include "C:\Cygnal\IDEfiles\C51\Inc\c8051F020.h"
#define NUM 50
sbit AD7CS=P2^2;
sbit ADRST=P2^3;
sbit DRDY=P3^7;
void spi0_init(void);
void sysclock_init(void);
void port_init(void);
vo