forked from M-Labs/artiq
1
0
Fork 0
artiq/soc/runtime/dds.h

11 lines
284 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-11-21 04:32:56 +08:00
void dds_phase_clear_en(int channel, int phase_clear_en);
void dds_program(long long int timestamp, int channel,
int ftw, int pow, long long int phase_per_microcycle,
int rt_fud, int phase_tracking);
2014-08-28 16:56:48 +08:00
#endif /* __DDS_H */