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 3

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 Andrewski
/*
2
 * GpibHwAdapter.c
3
 *
4
 *  Created on: 2012-01-29
5
 *      Author: Andrzej Paluch
6
 */
7
 
8
#include "GpibHwAdapter.h"
9
 
10
 
11
bool GpibHwAdapter_init(struct GpibHwAdapter *ghwa,
12
                struct GpibRegAccess *regAccess, AddrType baseAddr)
13
{
14
        ghwa->regAccess = regAccess;
15
        ghwa->baseAddr = baseAddr;
16
 
17
        return true;
18
}
19
 
20
void GpibHwAdapter_release(struct GpibHwAdapter *ghwa)
21
{
22
        // do nothing
23
}
24
 
25
 
26
 
27
 
28
 
29
 

powered by: WebSVN 2.1.0

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