STM32H735xx HAL User Manual
|
ETH DMA Descriptor structure definition. More...
#include <stm32h7xx_hal_eth.h>
Data Fields | |
__IO uint32_t | DESC0 |
__IO uint32_t | DESC1 |
__IO uint32_t | DESC2 |
__IO uint32_t | DESC3 |
uint32_t | BackupAddr0 |
uint32_t | BackupAddr1 |
ETH DMA Descriptor structure definition.
Definition at line 58 of file stm32h7xx_hal_eth.h.
uint32_t ETH_DMADescTypeDef::BackupAddr0 |
Definition at line 64 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_DescAssignMemory(), and HAL_ETH_IsRxDataAvailable().
uint32_t ETH_DMADescTypeDef::BackupAddr1 |
Definition at line 65 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_DescAssignMemory(), and HAL_ETH_IsRxDataAvailable().
__IO uint32_t ETH_DMADescTypeDef::DESC0 |
Definition at line 60 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), HAL_ETH_DescAssignMemory(), and HAL_ETH_IsRxDataAvailable().
__IO uint32_t ETH_DMADescTypeDef::DESC1 |
Definition at line 61 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), and ETH_Prepare_Tx_Descriptors().
__IO uint32_t ETH_DMADescTypeDef::DESC2 |
Definition at line 62 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), HAL_ETH_DescAssignMemory(), and HAL_ETH_IsRxDataAvailable().
__IO uint32_t ETH_DMADescTypeDef::DESC3 |
Definition at line 63 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_DMATxDescListInit(), ETH_Prepare_Tx_Descriptors(), HAL_ETH_DescAssignMemory(), HAL_ETH_IsRxDataAvailable(), HAL_ETH_Start_IT(), HAL_ETH_Stop_IT(), and HAL_ETH_Transmit().