HAL
+
0
/43 examples
SourceVu will show references to
ETH_DMADescTypeDef
from the following samples and libraries:
Libraries
netxduo
Examples
STM32469I_EVAL
Demonstrations
STemWin
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
mbedTLS
SSL_Client
SSL_Server
STM324x9I_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
mbedTLS
SSL_Client
SSL_Server
STM324xG_EVAL
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
LwIP_HTTP_Server_Raw
LwIP_HTTP_Server_Socket_RTOS
LwIP_IAP
LwIP_TCP_Echo_Client
LwIP_TCP_Echo_Server
LwIP_TFTP_Server
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
LwIP_UDP_Echo_Client
LwIP_UDP_Echo_Server
mbedTLS
SSL_Client
SSL_Server
STM32F429ZI-Nucleo
Applications
LwIP
LwIP_HTTP_Server_Netconn_RTOS
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
ETH_DMADescTypeDef
ETH_DMADescTypeDef struct
ETH DMA Descriptors data structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_eth_legacy.h:568
typedef
struct
{
__IO
uint32_t
Status
;
uint32_t
ControlBufferSize
;
uint32_t
Buffer1Addr
;
uint32_t
Buffer2NextDescAddr
;
uint32_t
ExtendedStatus
;
uint32_t
Reserved1
;
uint32_t
TimeStampLow
;
uint32_t
TimeStampHigh
;
}
ETH_DMADescTypeDef
;
Fields
Field
Declared as
Description
ETH_DMADescTypeDef::Status
__IO
uint32_t
Status.
ETH_DMADescTypeDef::ControlBufferSize
uint32_t
Control and Buffer1, Buffer2 lengths.
ETH_DMADescTypeDef::Buffer1Addr
uint32_t
Buffer1 address pointer.
ETH_DMADescTypeDef::Buffer2NextDescAddr
uint32_t
Buffer2 or next descriptor address pointer Enhanced ETHERNET DMA PTP Descriptors.
ETH_DMADescTypeDef::ExtendedStatus
uint32_t
Extended status for PTP receive descriptor.
ETH_DMADescTypeDef::Reserved1
uint32_t
Reserved.
ETH_DMADescTypeDef::TimeStampLow
uint32_t
Time Stamp Low value for transmit and receive.
ETH_DMADescTypeDef::TimeStampHigh
uint32_t
Time Stamp High value for transmit and receive.
Related Functions
Found 2 other functions taking a
ETH_DMADescTypeDef
argument:
Function
Description
HAL_ETH_DMATxDescListInit()
Initializes the DMA Tx descriptors in chain mode.
HAL_ETH_DMARxDescListInit()
Initializes the DMA Rx descriptors in chain mode.
Examples
ETH_DMADescTypeDef
is referenced by 43 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out