view autocal/afcparams.h @ 120:32bf19fb8a2a

doc/Tx-cal-theory: update for the new conservative rf3166 profile set
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 14 Feb 2018 03:46:34 +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;
};