GRETH driver parameters (board-level configuration)
More...
GRETH driver parameters (board-level configuration)
Definition at line 97 of file greth.h.
#include <greth.h>
|
| uint32_t | base_addr |
| | APB base address (e.g.
|
| |
| unsigned | irq |
| | PLIC interrupt source number (e.g.
|
| |
| uint8_t | mac [6] |
| | Ethernet MAC address.
|
| |
◆ base_addr
| uint32_t greth_params_t::base_addr |
APB base address (e.g.
0xff984000 on ZedBoard)
Definition at line 98 of file greth.h.
◆ irq
| unsigned greth_params_t::irq |
PLIC interrupt source number (e.g.
5 on ZedBoard)
Definition at line 99 of file greth.h.
◆ mac
| uint8_t greth_params_t::mac[6] |
Ethernet MAC address.
Definition at line 100 of file greth.h.
The documentation for this struct was generated from the following file: