STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
ETH Init Structure definition. More...
#include <stm32f4xx_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 427 of file stm32f4xx_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 430 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_Init().
ETH_MediaInterfaceTypeDef ETH_InitTypeDef::MediaInterface |
Selects the MII interface or the RMII interface.
Definition at line 432 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_Init().
ETH_DMADescTypeDef* ETH_InitTypeDef::TxDesc |
Provides the address of the first DMA Tx descriptor in the list
Definition at line 435 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMATxDescListInit(), and HAL_ETH_ReleaseTxPacket().
ETH_DMADescTypeDef* ETH_InitTypeDef::RxDesc |
Provides the address of the first DMA Rx descriptor in the list
Definition at line 438 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and ETH_UpdateDescriptor().
uint32_t ETH_InitTypeDef::RxBuffLen |
Provides the length of Rx buffers size
Definition at line 440 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and ETH_UpdateDescriptor().