Default configuration for the GRETH Ethernet driver. More...
Default configuration for the GRETH Ethernet driver.
Board-specific values (base address, IRQ) are expected to be defined in the board's periph_conf.h via GRETH_PARAM_BASE and GRETH_PARAM_IRQ.
Definition in file greth_params.h.
Include dependency graph for greth_params.h:Go to the source code of this file.
Variables | |
| static const greth_params_t | greth_params [] |
| GRETH device configuration table. | |
GRETH default parameters | |
Override in periph_conf.h or at compile time with -DGRETH_PARAM_BASE=... | |
| #define | GRETH_PARAM_BASE (0xff984000UL) |
| APB base address. | |
| #define | GRETH_PARAM_IRQ (5U) |
| PLIC interrupt line. | |
| #define | GRETH_PARAM_MAC { 0x02, 0x00, 0x00, 0x00, 0x00, 0x01 } |
| Default MAC address. | |
| #define | GRETH_PARAMS |
| Driver initialization parameter set. | |
| #define GRETH_PARAM_BASE (0xff984000UL) |
APB base address.
Definition at line 35 of file greth_params.h.
| #define GRETH_PARAM_IRQ (5U) |
PLIC interrupt line.
Definition at line 39 of file greth_params.h.
| #define GRETH_PARAM_MAC { 0x02, 0x00, 0x00, 0x00, 0x00, 0x01 } |
Default MAC address.
Definition at line 44 of file greth_params.h.
| #define GRETH_PARAMS |
Driver initialization parameter set.
Definition at line 49 of file greth_params.h.
|
static |