代码搜索结果
找到约 10,000 项符合
DAC 的代码
sound.c
#include "s480.h"
#include "bit.h"
#define P_UART_Command2 (volatile unsigned int *)0x7022
void PlaySnd(int SndIndex, int DAC_Channel)
{
extern unsigned long RES_Table;
unsigned long Addr,E
sound.c
#include "s480.h"
#include "bit.h"
#define P_UART_Command2 (volatile unsigned int *)0x7022
void PlaySnd(int SndIndex, int DAC_Channel)
{
extern unsigned long RES_Table;
unsigned long Addr,E
pwmsignals.uvl
[Signal 1]
DispName=Tone.y1
PlotType=0
Color=8388608
MinDec=0
MinVal=-8388608.
MaxDec=0
MaxVal=8388608.
Mask=0
Offset=0
[Signal 2]
DispName=DAC0
PlotType=0
Color=0
MinDec=0
MinVal=0.
allsignals.uvl
[Signal 1]
DispName=Tone.y1
PlotType=0
Color=8388608
MinDec=0
MinVal=-8388608.
MaxDec=0
MaxVal=8388608.
Mask=0
Offset=0
[Signal 2]
DispName=DAC0
PlotType=0
Color=0
MinDec=0
MinVal=0.
hsad.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
--高速AD采集
entity hsad is
port(
clk:in std_logic;--系统时钟
DACclk:out std_logic;--DAC时钟
ADCclk:out std_logi
assist~1.lk
setup.o main.o vectors08.o ADC22P.o SCI.o DAC.o lcd.o Timer1Init.o KeyInput.o delay.o Function.o memu.o
sssmp3_regs.h
#ifndef __SSSMP3_REGS_H__
#define __SSSMP3_REGS_H__
#include "sdhost.h"
// Class-D Codec Register
#define CLASS_D_DAC_CTL (*(UCHAR volatile xdata*)0x600) // Class-D Register
#define CLASS_D_
adc.s
.module adc.c
.area text(rom, con, rel)
.dbfile C:\mega8\DAC\adc.c
.dbfunc e delay_us _delay_us fV
; time -> R16,R17
.even
_delay_us::
.dbline -1
.dbline 15
; /**************
sevseg1.asm
;-------------------4 Digit 7-Segments ---------------------
; Microcontroller connections to DAC0808
DATANE EQU P0 ; data lines P0-P3
D1 EQU P0.4 ; display 1
D2 EQU P0.5 ; display 2
D3
headers.h
#ifndef __HEADERS__H
#define __HEADERS__H
#include
#include "MC56F835x.h"
#include "PE_Types.h"
#include "GPIO.h"
#include "Intreruperi.h"
#include "TIMER.h"
#include "DAC.h"
#inc