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

Subversion Repositories adv_debug_sys

[/] [adv_debug_sys/] [trunk/] [Software/] [adv_jtag_bridge/] [cable_parallel.h] - Blame information for rev 14

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
int cable_parallel_init();
8
int cable_parallel_opt(int c, char *str);
9
void cable_parallel_phys_wait();
10
 
11
int cable_xpc3_inout(uint8_t value, uint8_t *inval);
12
int cable_xpc3_out(uint8_t value);
13
 
14
int cable_xess_inout(uint8_t value, uint8_t *inval);
15
int cable_xess_out(uint8_t value);
16
 
17
 
18
 
19
#endif

powered by: WebSVN 2.1.0

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