2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
artiq/soc/runtime/dds.h

8 lines
140 B
C

#ifndef __DDS_H
#define __DDS_H
void dds_init(void);
void dds_program(int channel, int ftw, long long int fud_time);
#endif /* __DDS_H */