代码搜索:DAC
找到约 10,000 项符合「DAC」的源代码
代码结果 10,000
www.eeworm.com/read/254731/4380922
h lib_dac.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/254731/4380924
c lib_dac.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/254482/4382293
cmd dac08.cmd
MEMORY
{
PAGE 0: PROG: origin = 0x180, len = 0x1980
PAGE 1: DATA: origin = 0x0a00, len = 0x0a00
}
SECTIONS
{
.text: {} > PROG PAGE 0
.cinit:
www.eeworm.com/read/254482/4382296
asm dac08.asm
;learn how to operate the I/O ports,how to control motor
.mmregs
.global _main
.text
_main:
stm 3000h,sp
stm 1000h,ar1 ;define the address
;start palse 00h=0v
st 00h,*a
www.eeworm.com/read/254482/4382301
asm dac08.asm
;File Name :exp03.asm
;learn how to operate the I/O ports
;get some knowledge of the rts.lib file
.mmregs
.global _main
.text
_main:
stm 3000h,sp ;init pointer to 3000h
;********
www.eeworm.com/read/254482/4382449
cmd dac08.cmd
MEMORY
{
PAGE 0: PROG: origin = 0x180, len = 0x1980
PAGE 1: DATA: origin = 0x0a00, len = 0x0a00
}
SECTIONS
{
.text: {} > PROG PAGE 0
.cinit:
www.eeworm.com/read/254482/4382452
asm dac08.asm
;learn how to operate the I/O ports,how to control motor
.mmregs
.global _main
.text
_main:
stm 3000h,sp
stm 1000h,ar1 ;define the address
;start palse 00h=0v
st 00h,*a
www.eeworm.com/read/254482/4382457
asm dac08.asm
;File Name :exp03.asm
;learn how to operate the I/O ports
;get some knowledge of the rts.lib file
.mmregs
.global _main
.text
_main:
stm 3000h,sp ;init pointer to 3000h
;********
www.eeworm.com/read/254234/4387785
c analog_dac.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
www.eeworm.com/read/254234/4387895
h lib_dac.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------