提交 e54b9701 编写于 作者: P Peter Pearse

Supply spi interface in at45.c

上级 0c42f36f
......@@ -24,6 +24,11 @@
#ifdef CONFIG_HAS_DATAFLASH
#include <dataflash.h>
/*
* spi.c API
*/
extern unsigned int AT91F_SpiWrite (AT91PS_DataflashDesc pDesc);
extern void AT91F_SpiEnable(int cs);
#define AT91C_TIMEOUT_WRDY 200000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册