VSF Documented
|
ETH configuration structure. More...
#include <vsf_template_eth.h>
Data Fields | |
vsf_eth_mode_t | mode |
ETH mode, refer to vsf_eth_mode_t. | |
vsf_eth_phy_mode_t | phy_mode |
PHY mode, refer to vsf_eth_phy_mode_t. | |
uint8_t | mac_address [6] |
MAC address, 6 bytes. | |
vsf_eth_isr_t | isr |
ETH interrupt configuration, refer to vsf_eth_isr_t. | |
ETH configuration structure.
vsf_eth_mode_t vsf_eth_cfg_t::mode |
ETH mode, refer to vsf_eth_mode_t.
vsf_eth_phy_mode_t vsf_eth_cfg_t::phy_mode |
PHY mode, refer to vsf_eth_phy_mode_t.
uint8_t vsf_eth_cfg_t::mac_address |
MAC address, 6 bytes.
vsf_eth_isr_t vsf_eth_cfg_t::isr |
ETH interrupt configuration, refer to vsf_eth_isr_t.