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 55

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 55 nyawn
#include "cable_common.h"
7 4 nyawn
 
8
int cable_parallel_init();
9
int cable_parallel_opt(int c, char *str);
10
void cable_parallel_phys_wait();
11
 
12 55 nyawn
jtag_cable_t *cable_xpc3_get_driver(void);
13 4 nyawn
int cable_xpc3_inout(uint8_t value, uint8_t *inval);
14
int cable_xpc3_out(uint8_t value);
15
 
16 55 nyawn
jtag_cable_t *cable_xess_get_driver(void);
17 4 nyawn
int cable_xess_inout(uint8_t value, uint8_t *inval);
18
int cable_xess_out(uint8_t value);
19
 
20
 
21
 
22
#endif

powered by: WebSVN 2.1.0

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