artiq/soc/runtime/dds.h

8 lines
140 B
C
Raw Normal View History

2014-08-28 16:56:48 +08:00
#ifndef __DDS_H
#define __DDS_H
void dds_init(void);
2014-09-12 15:34:11 +08:00
void dds_program(int channel, int ftw, long long int fud_time);
2014-08-28 16:56:48 +08:00
#endif /* __DDS_H */