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

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [tags/] [ADS_RELEASE_1_1_0/] [Software/] [adv_jtag_bridge/] [cable_parallel.h] - Blame information for rev 13

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

Line No. Rev Author Line
1 4 nyawn
 
2
#ifndef _CABLE_PARALLEL_H_
3
#define _CABLE_PARALLEL_H_
4
 
5 13 nyawn
#include <stdint.h>
6 4 nyawn
 
7 13 nyawn
 
8 4 nyawn
int cable_parallel_init();
9
int cable_parallel_opt(int c, char *str);
10
void cable_parallel_phys_wait();
11
 
12
int cable_xpc3_inout(uint8_t value, uint8_t *inval);
13
int cable_xpc3_out(uint8_t value);
14
 
15
int cable_xess_inout(uint8_t value, uint8_t *inval);
16
int cable_xess_out(uint8_t value);
17
 
18
 
19
 
20
#endif

powered by: WebSVN 2.1.0

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