代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.lst
1 .file "spi.c"
2 .arch atmega32
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
spi.c
//-------------------------------------------------------------------------
#include
#include
//-------------------------------------------------------------------------
spi.h
//-------------------------------------------------------------------------
// SPI interface initializer
void spiInit(void);
//----------------------------------------------------------------------
spi.cpp
/*******************************************************************************
*
* G p s S p i D e v i c e D r i v e r
*
* Areas are are:
* 1) Initialization and dei
spi.c
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
spi.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
spi.c
/* ------------------------------------------------------------------------
File : spi.c
Descr : Software SPI serial interface routines.
History: 19JAN.00; Henk B&B; Definition.
27
spi.h
/* ------------------------------------------------------------------------
File : spi.h
Descr : Declarations of (software) SPI serial interface functions.
History: 19JAN.00; Henk B&B; Defin