view autocal/afcparams.h @ 46:751f8d9efed0

Rx cal: started the single measurement code
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 06:25:59 +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;
};