artiq/soc/runtime/rtio.h

9 lines
173 B
C
Raw Normal View History

2014-08-28 16:56:48 +08:00
#ifndef __RTIO_H
#define __RTIO_H
void rtio_init(void);
void rtio_set(long long int timestamp, int channel, int value);
void rtio_sync(int channel);
#endif /* __RTIO_H */