WIZlib Library API
ver 1.0
WIZlib Library API User Menual
|
SPI Adaptation Layer Common Header File. More...
#include "common/common.h"
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... | |
SPI Adaptation Layer Common Header File.
Definition in file wizspi.h.