STM32H735xx HAL User Manual
|
ETH Init Structure definition. More...
#include <stm32h7xx_hal_eth.h>
Data Fields | |
uint8_t * | MACAddr |
ETH_MediaInterfaceTypeDef | MediaInterface |
ETH_DMADescTypeDef * | TxDesc |
ETH_DMADescTypeDef * | RxDesc |
uint32_t | RxBuffLen |
ETH Init Structure definition.
Definition at line 375 of file stm32h7xx_hal_eth.h.
uint8_t* ETH_InitTypeDef::MACAddr |
MAC Address of used Hardware: must be pointer on an array of 6 bytes
Definition at line 378 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_Init().
Selects the MII interface or the RMII interface.
Definition at line 380 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_Init().
uint32_t ETH_InitTypeDef::RxBuffLen |
Provides the length of Rx buffers size
Definition at line 386 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataBuffer(), and HAL_ETH_Init().
Provides the address of the first DMA Rx descriptor in the list
Definition at line 384 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit().
Provides the address of the first DMA Tx descriptor in the list
Definition at line 382 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMATxDescListInit().