代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/262800/11390179
h hal_spi.h
/***********************************************************************************
Filename: hal_spi.h
Copyright 2007 Texas Instruments, Inc.
*******************************************
www.eeworm.com/read/262800/11390206
c hal_spi.c
/******************************************************************************
Filename: hal_spi.c
Copyright 2007 Texas Instruments, Inc.
************************************************
www.eeworm.com/read/408320/11392752
c spi_sd.c
#include
#include "delay.h"
#include "SPI_SD.h"
// This source handles SPI, and SD Card Command level.
// File structure is managed by upper layer.
BYTE temp;
void init_SP
www.eeworm.com/read/408320/11392781
h spi_sd.h
#include
#include "integer.h"
//File Page Buffer.
// Temporaly here...
void init_SPI(void);
void SPI_write(BYTE data, BYTE flag);
BYTE SPI_read(BYTE flag);
void SD_CLK(
www.eeworm.com/read/408093/11405121
c spi_butterfly.c
/*
* spi_butterfly.c - parport-to-butterfly adapter
*
* Copyright (C) 2005 David Brownell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/408093/11405124
h vr_spi.h
/*
* drivers/spi/vr_spi.h
*
* Header file for the Vermilion Range SPI driver.
*
* 2007 (c) MontaVista Software, Inc. This file is licensed under
* the terms of the GNU General Public License
www.eeworm.com/read/408093/11405126
cmd .spi.o.cmd
cmd_drivers/spi/spi.o := arm_v5t_le-gcc -Wp,-MD,drivers/spi/.spi.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O
www.eeworm.com/read/408093/11405128
c dv_spi.c
/*
File: dv_spi.c
Author: Joshua Hintze
E-Mail: joshh at imsar.com
Description: A very simple implementation for using the SPI
port on the Davinci 6446 platform. This is my first linux driver ever
www.eeworm.com/read/408093/11405133
c spi_bitbang.c
/*
* spi_bitbang.c - polling/bitbanging SPI master controller driver utilities
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/408093/11405134
c vr_spi.c
/*
* drivers/spi/vr_spi.c
*
* SPI master controller driver for the Vermilion Range SPI controller.
*
* Copyright (C) 2007 MontaVista Software, Inc.
*
* Derived from drivers/spi/pxa2xx_spi.c