URL
https://opencores.org/ocsvn/leros/leros/trunk
Show entire file |
Details |
Blame |
View Log
Rev 5 |
Rev 8 |
Line 41... |
Line 41... |
*/
|
*/
|
public class Native {
|
public class Native {
|
|
|
public final static int LED_PORT = 0;
|
public final static int LED_PORT = 0;
|
public final static int BUTTON_PORT = 0;
|
public final static int BUTTON_PORT = 0;
|
|
public final static int UART_STATUS = 2;
|
|
public final static int UART_DATA = 3;
|
/**
|
/**
|
* Read from an IO device.
|
* Read from an IO device.
|
* Only 8 bit address and 16 bit data are used.
|
* Only 8 bit address and 16 bit data are used.
|
* @param address
|
* @param address
|
* @return
|
* @return
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.