代码搜索结果
找到约 10,000 项符合
DAC 的代码
mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__FBC73A9E_C82C_4E13_8518_3EF5162DAC33_
.project
dac12bit_demo
org.eclipse.cdt.man
.project
dac12bit_demo
org.eclipse.cdt.man
sa1100ssp.c
/*
* Glue audio driver for a simple DAC on the SA1100's SSP port
*
* Copyright (c) 2001 Nicolas Pitre
*
* This program is free software; you can redistribute it and/or
* modify it
makefile
CC = arm-linux-gcc
DEBFLAGS = -O2
CFLAGS = -D__KERNEL__ -DMODULE -Wall $(DEBFLAGS)
OBJS = dac0832.o
all: $(OBJS)
clean:
rm -f $(OBJS)
testappdoc.h
// TestAppDoc.h : interface of the CTestAppDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TESTAPPDOC_H__3BA77B3E_90E4_4622_8DAC_7C37BB
program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace DAC_CSDEMO
{
static class Program
{
///
/// 应用程序的主入口点。
///
sys_init.asm
.include hardware.inc
.external _ADC_Init
.external _DAC_Init
.external _LCD_Ini
.external _LCD_CLEAR
.external _flag
.external _key_value
.code
//===========================================
testappdoc.h
// TestAppDoc.h : interface of the CTestAppDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TESTAPPDOC_H__3BA77B3E_90E4_4622_8DAC_7C37BB