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