代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.c
#include
#include
typedef unsigned char uint8;
typedef unsigned long uint32;
void delay(uint8 g );
void ssp_init(void){
SSPCR0=(0x01
spi.c
/*============================================================
File Name: SPI.c
Description: S3C2440A SPI controller Function Test
Version: 0.1
History:
0.1: 2003. 07. 06, Pr
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.h
#ifndef __SPI_H__
#define __SPI_H__
void Test_Spi_MS_int(void);
void Test_Spi_MS_poll(void);
void Test_Spi_M_Tx_DMA1(void);
void Test_Spi_M_Rx_DMA1(void);
void Test_Spi_S_Tx_DMA1(void);
voi