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

SPI Adaptation Layer Source File - For STM32F10x. More...

#include "host/wizspi.h"
Include dependency graph for wizspi.c:

Go to the source code of this file.

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 Source File - For STM32F10x.

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.c.