Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
LAN925X_SPI.h
00001 /* 00002 * File: LAN9250_SPI.h 00003 * Author: kitagami 00004 * 00005 * Created on May 8, 2019, 1:38 AM 00006 */ 00007 #include <stdint.h> 00008 00009 #ifndef LAN9250_SPI_H 00010 #define LAN9250_SPI_H 00011 void LAN925X_SPI_Init(void); 00012 uint8_t SPI_8bit_Read(void); 00013 void SPI_8bit_Write(uint8_t wdata); 00014 void SQI_RESET(void); 00015 uint32_t LAN925X_SPI_READ(uint16_t addr); 00016 uint32_t LAN925X_SPI_WRITE(uint16_t addr,uint32_t data); 00017 #endif /* LAN9250_SPI_H */ 00018 00019
Generated on Fri Jul 15 2022 00:02:54 by
