OpenCores
URL https://opencores.org/ocsvn/gpib_controller/gpib_controller/trunk

Subversion Repositories gpib_controller

[/] [gpib_controller/] [trunk/] [prototype_1/] [PC_software/] [gpib_src/] [GpibHwAdapter.c] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 Andrewski
/*
2 12 Andrewski
*This file is part of fpga_gpib_controller.
3
*
4
* Fpga_gpib_controller is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* Fpga_gpib_controller is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with Fpga_gpib_controller.  If not, see <http://www.gnu.org/licenses/>.
16
*/
17
/*
18 3 Andrewski
 * GpibHwAdapter.c
19
 *
20
 *  Created on: 2012-01-29
21
 *      Author: Andrzej Paluch
22
 */
23
 
24
#include "GpibHwAdapter.h"
25
 
26
 
27
bool GpibHwAdapter_init(struct GpibHwAdapter *ghwa,
28
                struct GpibRegAccess *regAccess, AddrType baseAddr)
29
{
30
        ghwa->regAccess = regAccess;
31
        ghwa->baseAddr = baseAddr;
32
 
33
        return true;
34
}
35
 
36
void GpibHwAdapter_release(struct GpibHwAdapter *ghwa)
37
{
38
        // do nothing
39
}
40
 
41
 
42
 
43
 
44
 
45
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.