This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/firmware/include/osdr_ssc.h

13 lines
162 B
C

#ifndef _OSDR_SSC_H
#define _OSDR_SSC_H
#include <stdint.h>
int ssc_init(void);
int ssc_active(void);
int ssc_dma_start(void);
int ssc_dma_stop(void);
#endif