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

11 lines
284 B
C

#ifndef __DDS_H
#define __DDS_H
void dds_init(void);
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);
#endif /* __DDS_H */