WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
wizspi.h File Reference

SPI Adaptation Layer Common Header File. More...

#include "common/common.h"
Include dependency graph for wizspi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  wizpf_spi { WIZ_SPI1 = 0, WIZ_SPI2 = 1, WIZ_SPI3 = 2 }
 Indicate the SPI index number. More...
 

Functions

int8 wizspi_init (wizpf_spi spi)
 Initialize SPI Peripheral Device. More...
 
void wizspi_cs (wizpf_spi spi, uint8 val)
 Set/Clear SPI CS Pin. More...
 
uint8 wizspi_byte (wizpf_spi spi, uint8 byte)
 Send/Receive 1 Byte through SPI. More...
 

Detailed Description

SPI Adaptation Layer Common Header File.

Version
1.0
Date
2013/02/22
Revision
2013/02/22 - 1.0 Release
Author
Mike Jeong

Copyright (C) 2013 WIZnet. All rights reserved.

Definition in file wizspi.h.