Nut/OS  4.10.3
API Reference
at91sam9g45_ek.c File Reference
#include <arch/arm.h>
Include dependency graph for at91sam9g45_ek.c:

Go to the source code of this file.

Defines

#define PHY_STRAP_AD0   _BV(PA14_ERX0_A)
#define PHY_STRAP_AD1   _BV(PA15_ERX1_A)
#define PHY_STRAP_AD2   _BV(PA25_ERX2_B)
#define PHY_STRAP_AD3   _BV(PA26_ERX3_B)
#define PHY_STRAP_AD4   _BV(PA28_ECRS_B)
#define PHY_STRAP_TESTMODE   _BV(PA17_ERXDV_A)
#define PHY_STRAP_RMIISEL   _BV(PA29_ECOL_B)
#define PHY_STRAP

Functions

void NutBoardInit (void)
 Early AT91SAM9260-EK hardware initialization.

Define Documentation

#define PHY_STRAP_AD0   _BV(PA14_ERX0_A)

Definition at line 46 of file at91sam9g45_ek.c.

#define PHY_STRAP_AD1   _BV(PA15_ERX1_A)

Definition at line 47 of file at91sam9g45_ek.c.

#define PHY_STRAP_AD2   _BV(PA25_ERX2_B)

Definition at line 48 of file at91sam9g45_ek.c.

#define PHY_STRAP_AD3   _BV(PA26_ERX3_B)

Definition at line 49 of file at91sam9g45_ek.c.

#define PHY_STRAP_AD4   _BV(PA28_ECRS_B)

Definition at line 50 of file at91sam9g45_ek.c.

#define PHY_STRAP_TESTMODE   _BV(PA17_ERXDV_A)

Definition at line 52 of file at91sam9g45_ek.c.

#define PHY_STRAP_RMIISEL   _BV(PA29_ECOL_B)

Definition at line 54 of file at91sam9g45_ek.c.

#define PHY_STRAP
Value:
( \
    PHY_STRAP_AD0 | PHY_STRAP_AD1 | PHY_STRAP_AD2 | PHY_STRAP_AD3 | PHY_STRAP_AD4 | \
    PHY_STRAP_TESTMODE | PHY_STRAP_RMIISEL )

Definition at line 56 of file at91sam9g45_ek.c.


Function Documentation

void NutBoardInit ( void  )

Early AT91SAM9260-EK hardware initialization.

Early AT91SAM7X-EK hardware initialization.

This routine is called during system initalization.

Definition at line 130 of file at91sam9g45_ek.c.