hw_afsk.h

Go to the documentation of this file.
00001 
00040 #ifndef HW_AFSK_H
00041 #define HW_AFSK_H
00042 
00043 #include "cfg/cfg_arch.h"
00044 
00045 #warning TODO:This is an example implementation, you must implement it!
00046 
00057 #define AFSK_ADC_INIT(ch, ctx) do { (void)ch, (void)ctx; } while (0)
00058 
00059 #define AFSK_STROBE_INIT() do { /* Implement me */ } while (0)
00060 #define AFSK_STROBE_ON()   do { /* Implement me */ } while (0)
00061 #define AFSK_STROBE_OFF()  do { /* Implement me */ } while (0)
00062 
00073 #define AFSK_DAC_INIT(ch, ctx)   do { (void)ch, (void)ctx; } while (0)
00074 
00079 #define AFSK_DAC_IRQ_START(ch)   do { (void)ch; /* Implement me */ } while (0)
00080 
00085 #define AFSK_DAC_IRQ_STOP(ch)    do { (void)ch; /* Implement me */ } while (0)
00086 
00087 #endif /* HW_AFSK_H */