BeRTOS
hw_tlv5618.h
Go to the documentation of this file.
00001 
00039 #ifndef HW_TLV5816_H
00040 #define HW_TLV5816_H
00041 
00042 #warning TODO:This is an example implementation, you must implement it!
00043 
00044 #define TLV5618_CSINIT(pin) \
00045 do \
00046 { \
00047     (void)pin; \
00048     /* Implement me! */ \
00049     TLV5618_CSHIGH(pin); \
00050 } while(0)
00051 
00052 #define TLV5618_CSLOW(pin) \
00053 do \
00054 { \
00055     (void)pin; \
00056     /* Implement me! */ \
00057 } while(0)
00058 
00059 
00060 #define TLV5618_CSHIGH(pin) \
00061 do \
00062 { \
00063     (void)pin; \
00064     /* Implement me! */ \
00065 } while(0)
00066 
00067 
00068 #endif /* HW_TLV5816_H */
00069