代码搜索:AGC电路
找到约 10,000 项符合「AGC电路」的源代码
代码结果 10,000
www.eeworm.com/read/165671/10054653
h agc_face.h
//Filename: agc_face.h
typedef unsigned int u16;
typedef signed int s16;
/* Register Definition MCBSP */
#define SPSA_ADDR(port) (port ? 0x48 : 0x38)
#define SPSD_ADDR(port) (port
www.eeworm.com/read/165671/10054658
cmd agc_audio.cmd
/*-m agc_audio.map*/
MEMORY
{
PAGE 0: PROG(RWXI): origin=0x100, length=0x3000
VECS(RXI): origin=0x80, length=0x80
PAGE 1: DATA(RWI): origin=0x3100, length=0xF00
}
SECT
www.eeworm.com/read/165671/10054664
pjt agc_audio.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\agc_audio\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Comp
www.eeworm.com/read/165671/10054666
paf agc_audio.paf
www.eeworm.com/read/165671/10054668
h agc_func.h
/*Filename: agc_func.h*/
void init_ad50(void)
{
*(volatile u16 *)SPSA_ADDR(1)=SPCR2_SUBADDR; //Transmit Data 0x0001 To AD50
while(!((*(volatile u16 *)SPSD_ADDR(1)) & 0x0002)){};
*(vol
www.eeworm.com/read/353518/10441903
qsf d_agc.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/353518/10442023
qws d_agc.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/353518/10442106
pin d_agc.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/353518/10442121