STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
ETH DMA Descriptor structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
__IO uint32_t | DESC0 |
__IO uint32_t | DESC1 |
__IO uint32_t | DESC2 |
__IO uint32_t | DESC3 |
__IO uint32_t | DESC4 |
__IO uint32_t | DESC5 |
__IO uint32_t | DESC6 |
__IO uint32_t | DESC7 |
uint32_t | BackupAddr0 |
uint32_t | BackupAddr1 |
ETH DMA Descriptor structure definition.
Definition at line 58 of file stm32f4xx_hal_eth.h.
__IO uint32_t ETH_DMADescTypeDef::DESC0 |
Definition at line 60 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), ETH_UpdateDescriptor(), HAL_ETH_ReadData(), HAL_ETH_ReleaseTxPacket(), and HAL_ETH_Transmit().
__IO uint32_t ETH_DMADescTypeDef::DESC1 |
Definition at line 61 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), ETH_UpdateDescriptor(), and HAL_ETH_Stop_IT().
__IO uint32_t ETH_DMADescTypeDef::DESC2 |
Definition at line 62 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), ETH_UpdateDescriptor(), and HAL_ETH_ReadData().
__IO uint32_t ETH_DMADescTypeDef::DESC3 |
Definition at line 63 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), and HAL_ETH_ReleaseTxPacket().
__IO uint32_t ETH_DMADescTypeDef::DESC4 |
Definition at line 64 of file stm32f4xx_hal_eth.h.
__IO uint32_t ETH_DMADescTypeDef::DESC5 |
Definition at line 65 of file stm32f4xx_hal_eth.h.
__IO uint32_t ETH_DMADescTypeDef::DESC6 |
Definition at line 66 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().
__IO uint32_t ETH_DMADescTypeDef::DESC7 |
Definition at line 67 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().
uint32_t ETH_DMADescTypeDef::BackupAddr0 |
Definition at line 68 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_UpdateDescriptor(), and HAL_ETH_ReadData().
uint32_t ETH_DMADescTypeDef::BackupAddr1 |
Definition at line 69 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit().