⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ics_564_test.h

📁 软件无线电的平台
💻 H
字号:
/***************************************************************************             ics_564_test.h  -  Tests for the D/A board                            -------------------    begin                :  2003    authors              :  Linus Gasser    emails               :  linus.gasser@epfl.ch ***************************************************************************//***************************************************************************                                 Changes                                 ------- date - name - description 03-09-25 - ineiti - create  **************************************************************************//*************************************************************************** *                                                                         * *   This program is free software; you can redistribute it and/or modify  * *   it under the terms of the GNU General Public License as published by  * *   the Free Software Foundation; either version 2 of the License, or     * *   (at your option) any later version.                                   * *                                                                         * ***************************************************************************/#ifndef ICS_564_TEST_H__#define ICS_564_TEST_H__#include "ics_564.h"// Outputs a single tonevoid *test_single( void *arg );/** Uses the interpolation mode * Put the oscilloscope to 400us total width to see * some triangles. */void *test_inter( void *arg );/** * Does an interrupt-driven DMA-quad mode */void *test_quad_cont( void *arg );/** *Does for all the four channels*/void *test_quad_all( void *arg );/** * Quadrature modulation for all four channels in loop-mode */void *test_quad_loop( void *arg );/** * Does a real simulation */void *test_quad_simultaneous( void *arg );/** * Sends parameters/commands through the USERIO buffer */void *test_serial_send( void *arg );/** * Just check calculation of att_bits values */void *test_att_setup( void *arg );/** * Starts and stops one of the tests on the given board */void ics564_test_start( struct ics_dev *board );void ics564_test_stop( struct ics_dev *board );#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -