代码搜索结果
找到约 16,769 项符合
SPI 的代码
.spi-uart.ko.cmd
cmd_/home/work/davinci/app/spi-uart/spi-uart.ko := arm_v5t_le-ld -EL -r -o /home/work/davinci/app/spi-uart/spi-uart.ko /home/work/davinci/app/spi-uart/spi-uart.o /home/work/davinci/app/spi-uart/spi-u
.spi-uart.o.cmd
cmd_/home/work/davinci/app/spi-uart/spi-uart.o := arm_v5t_le-gcc -Wp,-MD,/home/work/davinci/app/spi-uart/.spi-uart.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes
readme.spi-driver_v2
The SPI-bus (from Motorola) and it's companion, the MicroWire-bus (from
National Semiconductor), are 3-wire serial busses with TTL-level that are
designed for communication with a lot of devices, like
spi-driver-2.02.lsm
Begin3
Title: spi-driver
Version: 2.02
Entered-date: Monday, 29 Oct 2001, 14:00:00 MET DST
Description: Driver, implementing the SPI and MicroWire bus on a parallel
port. Used to interface to a lo
spi-driver_v2-install.txt~
This document describes the installation procedure for the SPI driver.
There are 2 basic steps to take:
1.) Prepare the driver and the system for use.
2.) Load tha driver into the kernel, possibly wi
spi.err
"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 154: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 186: Warning: C2892E: signed c
spi.c
#include
#include
#include "spi.h"
#include "tools.h"
#include "extern_vars.h"
static unsigned char use_sw_spi = 0;
#define MOSI_SET PORTB|=BIT3_POS
#define MO
spi.err
"spi.c", line 200: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 242: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 302: Warning: C2870W: variabl
spi.err
"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 154: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 186: Warning: C2892E: signed c
spi.lk
SPI.o