osmo-e1-hardware/firmware/ice40-riscv/icE1usb/gpsdo.h

17 lines
357 B
C
Raw Normal View History

/*
* gpsdo.h
*
* Copyright (C) 2019-2022 Sylvain Munaut <tnt@246tNt.com>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#pragma once
enum gpsdo_vctxo_model {
VCTXO_TAITIEN_VT40 = 0, /* VTEUALJANF-30.720000 */
VCTXO_SITIME_SIT3808_E = 1, /* SIT3808AI-D2-33EE-30.720000T */
};
void gpsdo_poll(void);
void gpsdo_init(enum gpsdo_vctxo_model vctxo);