Nut/OS  4.10.3
API Reference
ethernut1.c File Reference
#include <cfg/memory.h>
#include <cfg/arch/avr.h>
#include <arch/avr.h>
Include dependency graph for ethernut1.c:

Go to the source code of this file.

Defines

#define NIC_CR   _MMIO_BYTE(RTL_BASE_ADDR)
#define NIC_EE   _MMIO_BYTE(RTL_BASE_ADDR + 1)
#define RTL_EE_MEMBUS
#define RTL_EEMU_PORT   PORTC
#define RTL_EEMU_DDR   DDRC
#define RTL_EE_MEMBUS
#define RTL_EEDO_PORT   PORTC
#define RTL_EEDO_DDR   DDRC
#define RTL_EE_MEMBUS
#define RTL_EESK_PIN   PINC
#define RTL_EESK_DDR   DDRC

Functions

void NutBoardInit (void)
 Early Ethernut 1 hardware initialization.

Define Documentation

#define NIC_CR   _MMIO_BYTE(RTL_BASE_ADDR)

Definition at line 58 of file ethernut1.c.

#define NIC_EE   _MMIO_BYTE(RTL_BASE_ADDR + 1)

Definition at line 59 of file ethernut1.c.

#define RTL_EE_MEMBUS

Definition at line 124 of file ethernut1.c.

#define RTL_EEMU_PORT   PORTC

Definition at line 79 of file ethernut1.c.

#define RTL_EEMU_DDR   DDRC

Definition at line 80 of file ethernut1.c.

#define RTL_EE_MEMBUS

Definition at line 124 of file ethernut1.c.

#define RTL_EEDO_PORT   PORTC

Definition at line 102 of file ethernut1.c.

#define RTL_EEDO_DDR   DDRC

Definition at line 103 of file ethernut1.c.

#define RTL_EE_MEMBUS

Definition at line 124 of file ethernut1.c.

#define RTL_EESK_PIN   PINC

Definition at line 125 of file ethernut1.c.

#define RTL_EESK_DDR   DDRC

Definition at line 126 of file ethernut1.c.


Function Documentation

void NutBoardInit ( void  )

Early Ethernut 1 hardware initialization.

Early AT91SAM7X-EK hardware initialization.

Definition at line 213 of file ethernut1.c.

Referenced by NutInit().