hw_spi.h File Reference

Hardware macro definition. More...

#include <cfg/macros.h>

Go to the source code of this file.

Defines

#define CS
 SPI pin definition.

#define MOSI_LOW()   do { /* Implement me! */ } while(0)
 Pin logic level.

#define CS_ENABLE()   CS_LOW()
 SPI pin commands.

Detailed Description

Hardware macro definition.

Version:
Id
hw_spi.h 1357 2008-05-26 09:30:19Z asterix
Author:
Daniele Basile <asterix@develer.com>

Definition in file hw_spi.h.


Define Documentation

#define CS

SPI pin definition.

Note:
CS is assert when level is low.

Definition at line 55 of file hw_spi.h.