Collaboration diagram for RPort:
|
Defines | |
| #define | NutInitSysIrq() |
| #define | NIC_IO_BASE (0x800000UL + 0x300UL) |
| #define | NicIntIsEnabled() (INTC.IER.BIT.IRQ0E == 1) |
| #define | NicDisableInt() INTC.IER.BIT.IRQ0E = 0 |
| #define | NicEnableInt() INTC.IER.BIT.IRQ0E = 1 |
| #define | NicMcu16bitBus() BSC.ABWCR.BIT.ABW4 = 0 |
| #define | NicMcu8bitBus() BSC.ABWCR.BIT.ABW4 = 1 |
| #define | RTL_SIGNAL sig_INT0 |
|
|
Value: INTC.ISCR.BIT.IRQ0SC = 0; \
INTC.IPRA.BIT._IRQ0 = 0;
|
|
|
IO base address of RTL chip. |
|
|
Check Nic Int is set or not |
|
|
Disable Nic Interruption |
|
|
Enable Nic Interruption |
|
|
Switch MCU data bus (area 4) into 16 bit mode |
|
|
Switch MCU data bus (area 4) into 8 bit mode |
|
|
interruption signal handler of RTL_SIGNAL_BIT. |