NIOS II IO中断
摘要:自己写的sopc.h头文件:#ifndef SOPC_H_#define SOPC_H_#include "system.h"typedef struct{ unsigned long int DATA; unsigned long int DIRECTION; unsigned long int INTERRUPT_MASK; unsigned long int EDGE_CAPTURE; }PIO_STR;#define LED ((PIO_STR *) LED_BASE) #define KEY ((PIO_ST...
阅读全文
posted @ 2012-04-10 15:12