代码搜索结果

找到约 10,000 项符合 SPI 的代码

spi.mak

CC = iccavr CFLAGS = -ID:\AVR\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LD:\AVR\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x

spi.c

/** \file SPI Autor: Matthias Wei遝r Copyright 2004: Matthias Wei遝r License: QPL (see license.txt) */ #include #include #include "spi.

spi.h

/** Autor: Matthias Wei遝r Copyright 2004: Matthias Wei遝r License: QPL (see license.txt) */ #ifndef __SPI_H #define __SPI_H #define SPI_SPEED_4MHZ 0 #define SPI_SPEED_2MHZ 1 #

spi.c

/** \file SPI Autor: Matthias Wei遝r Copyright 2005: Matthias Wei遝r License: QPL (see license.txt) */ #include #include #include "spi.

spi.h

/** Autor: Matthias Wei遝r Copyright 2005: Matthias Wei遝r License: QPL (see license.txt) */ #ifndef SPI_H_INCLUDED #define SPI_H_INCLUDED #define SPI_SPEED_4MHZ 0 #define SPI_SP

spi.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\MYDSP\2808\C\SPI\" ProjectType=Executable CPUFamily=TMS320C28XX Tool="Compiler"

spi.c

#include "DSP280x_Device.h" // DSP280x Headerfile Include File #include "DSP280x_Examples.h" // DSP280x Examples Include File // Prototype statements for functions found within this file. i

spi.c

#include "DSP280x_Device.h" // DSP280x Headerfile Include File #include "DSP280x_Examples.h" // DSP280x Examples Include File #define SetLoad GpioDataRegs.GPADAT.bit.GPIO14 = 1 #define

spi.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\MYDSP\2808\C\DAC\" ProjectType=Executable CPUFamily=TMS320C28XX Tool="Compiler"