view autocal/afcparams.h @ 70:e35da125c937

fc-cmu200d: CMU200 external att setting implemented in RF analyzer mode
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jul 2017 05:03:10 +0000
parents ba4b6877e227
children
line wrap: on
line source

/* definition of the afcparams structure */

struct afcparams {
	uint32_t	psi_sta_inv;
	uint32_t	psi_st;
	uint32_t	psi_st_32;
	uint32_t	psi_st_inv;

	int16_t		dac_center;
	int16_t		dac_min;
	int16_t		dac_max;
	int16_t		snr_thr;
};