Root/tools/atrf-xtal/atrf-xtal.h

Source at commit 9c64024af55259eb27fe2d86aa8e26257c996342 created 7 years 1 month ago.
By Stefan Schmidt, atusb/Makefile: add missing atusb back layer to upload target
1/*
2 * atrf-xtal/atrf-xtal.h - AT86RF230/1 crystal diagnostic utility
3 *
4 * Written 2011 by Werner Almesberger
5 * Copyright 2011 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef ATRF_XTAL_H
15#define ATRF_XTAL_H
16
17#include "atrf.h"
18
19
20void do_atben(struct atrf_dsc *dsc, int size, int trim, int rep,
21    int dump_raw, double base, double ppm);
22void do_atusb(struct atrf_dsc *dsc, int trim, int dump_raw, double ppm,
23    int n);
24
25#endif /* !ATRF_XTAL_H */
26

Archive Download this file



interactive