STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH DMA Tx descriptor segment
Collaboration diagram for ETH DMA Tx descriptor segment:

Macros

#define ETH_DMATXDESC_LASTSEGMENTS   0x40000000U
 
#define ETH_DMATXDESC_FIRSTSEGMENT   0x20000000U
 

Detailed Description

Macro Definition Documentation

◆ ETH_DMATXDESC_LASTSEGMENTS

#define ETH_DMATXDESC_LASTSEGMENTS   0x40000000U

#include <stm32f4xx_hal_eth.h>

Last Segment

Definition at line 1506 of file stm32f4xx_hal_eth.h.

◆ ETH_DMATXDESC_FIRSTSEGMENT

#define ETH_DMATXDESC_FIRSTSEGMENT   0x20000000U

#include <stm32f4xx_hal_eth.h>

First Segment

Definition at line 1507 of file stm32f4xx_hal_eth.h.