WIZlib Library API
ver 1.0
WIZlib Library API User Menual
|
SPI Adaptation Layer Source File - For STM32F10x. More...
#include "host/wizspi.h"
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... | |
SPI Adaptation Layer Source File - For STM32F10x.
Definition in file wizspi.c.