examples/benchmark/kernel-only_arm/hw/hw_ft245rl.h
Go to the documentation of this file.00001
00040 #ifndef HW_FT245RL_H
00041 #define HW_FT245RL_H
00042
00043 #warning TODO:This is an example implementation, you must implement it!
00044
00045 #define FT245RL_DATA_IN()
00046 #define FT245RL_DATA_OUT()
00047 #define WR_HI
00048 #define WR_LO
00049
00050 #define RD_HI
00051 #define RD_LO
00052
00053 #define FT245RL_INIT() \
00054 do \
00055 { \
00056 \
00057 } while(0)
00058
00059 #define FT245RL_DATA_RDY() ( false)
00060 #define FT245RL_GETDATA() ({ (0);})
00061 #define FT245RL_TX_ALLOWED() ( false)
00062 #define FT245RL_SETDATA(data) do { (void)((data)); } while(0)
00063
00064 #endif
00065