STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
DMA Transmit Descriptors Wrapper structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
uint32_t | TxDesc [ETH_TX_DESC_CNT] |
uint32_t | CurTxDesc |
uint32_t * | PacketAddress [ETH_TX_DESC_CNT] |
uint32_t * | CurrentPacketAddress |
uint32_t | BuffersInUse |
uint32_t | releaseIndex |
DMA Transmit Descriptors Wrapper structure definition.
Definition at line 93 of file stm32f4xx_hal_eth.h.
uint32_t ETH_TxDescListTypeDef::TxDesc[ETH_TX_DESC_CNT] |
Definition at line 95 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), and HAL_ETH_Transmit().
uint32_t ETH_TxDescListTypeDef::CurTxDesc |
Definition at line 97 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), HAL_ETH_Transmit(), and HAL_ETH_Transmit_IT().
uint32_t* ETH_TxDescListTypeDef::PacketAddress[ETH_TX_DESC_CNT] |
Definition at line 99 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors(), and HAL_ETH_ReleaseTxPacket().
uint32_t* ETH_TxDescListTypeDef::CurrentPacketAddress |
Definition at line 101 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors(), and HAL_ETH_Transmit_IT().
uint32_t ETH_TxDescListTypeDef::BuffersInUse |
Definition at line 103 of file stm32f4xx_hal_eth.h.
Referenced by ETH_Prepare_Tx_Descriptors(), and HAL_ETH_ReleaseTxPacket().
uint32_t ETH_TxDescListTypeDef::releaseIndex |
Definition at line 105 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReleaseTxPacket().