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

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [soc/] [sw/] [adv_jtag_bridge/] [cable_parallel.h] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 xianfeng
 
2
#ifndef _CABLE_PARALLEL_H_
3
#define _CABLE_PARALLEL_H_
4
 
5
#include <stdint.h>
6
 
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.