代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\SPI_TEST\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Li
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.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti2000\myprojects\spi_0608\SPI\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Too
spi.c
#include "my_head.h"
/*********************************************/
#define MOSI P1_5
#define MISO P1_6
#define SPI_SCK P1_7
//-------------------------
void Init_spi(voi
spi.c
#include
#include "2410addr.h"
#include "2410lib.h"
#include "spi.h"
#include "def.h"
#define spi_count 0x80
#define SPI_BUFFER _NONCACHE_STARTADDRESS
void __irq Spi_Int(void);