Go to the source code of this file.
Defines | |
#define | PMM_RST_PIN 8 |
#define | PMM_REG_ENA 0 |
#define | PMM_REG_DIS 1 |
#define | PMM_REG_STA 2 |
#define | PMM_CPUPWR 0x01 |
#define | PMM_VBUSI 0x02 |
#define | PMM_VBUSO 0x04 |
#define | PMM_MMCPWR 0x08 |
#define | PMM_RS232 0x10 |
#define | PMM_ETHCLK 0x20 |
#define | PMM_ETHRST 0x40 |
#define | PMM_LED 0x80 |
#define | PMM_ALARM 0x80 |
Functions | |
void | NutBoardInit (void) |
Early Ethernut 5 hardware initialization. |
#define PMM_RST_PIN 8 |
Definition at line 53 of file ethernut5.c.
#define PMM_REG_ENA 0 |
Definition at line 58 of file ethernut5.c.
#define PMM_REG_DIS 1 |
Definition at line 59 of file ethernut5.c.
#define PMM_REG_STA 2 |
Definition at line 60 of file ethernut5.c.
#define PMM_CPUPWR 0x01 |
Definition at line 63 of file ethernut5.c.
#define PMM_VBUSI 0x02 |
Definition at line 64 of file ethernut5.c.
#define PMM_VBUSO 0x04 |
Definition at line 65 of file ethernut5.c.
#define PMM_MMCPWR 0x08 |
Definition at line 66 of file ethernut5.c.
#define PMM_RS232 0x10 |
Definition at line 67 of file ethernut5.c.
#define PMM_ETHCLK 0x20 |
Definition at line 68 of file ethernut5.c.
#define PMM_ETHRST 0x40 |
Definition at line 69 of file ethernut5.c.
#define PMM_LED 0x80 |
Definition at line 70 of file ethernut5.c.
#define PMM_ALARM 0x80 |
Definition at line 71 of file ethernut5.c.
void NutBoardInit | ( | void | ) |
Early Ethernut 5 hardware initialization.
Early Ethernut 1 hardware initialization.
Definition at line 200 of file ethernut5.c.