STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
DMA Receive Descriptors Wrapper structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
uint32_t | RxDesc [ETH_RX_DESC_CNT] |
uint32_t | ItMode |
uint32_t | RxDescIdx |
uint32_t | RxDescCnt |
uint32_t | RxDataLength |
uint32_t | RxBuildDescIdx |
uint32_t | RxBuildDescCnt |
uint32_t | pRxLastRxDesc |
ETH_TimeStampTypeDef | TimeStamp |
void * | pRxStart |
void * | pRxEnd |
DMA Receive Descriptors Wrapper structure definition.
Definition at line 190 of file stm32f4xx_hal_eth.h.
uint32_t ETH_RxDescListTypeDef::RxDesc[ETH_RX_DESC_CNT] |
Definition at line 192 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_UpdateDescriptor(), HAL_ETH_ReadData(), and HAL_ETH_Stop_IT().
uint32_t ETH_RxDescListTypeDef::ItMode |
Definition at line 194 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_UpdateDescriptor(), HAL_ETH_Start_IT(), and HAL_ETH_Stop_IT().
uint32_t ETH_RxDescListTypeDef::RxDescIdx |
Definition at line 197 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and HAL_ETH_ReadData().
uint32_t ETH_RxDescListTypeDef::RxDescCnt |
Definition at line 199 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and HAL_ETH_ReadData().
uint32_t ETH_RxDescListTypeDef::RxDataLength |
Definition at line 201 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData().
uint32_t ETH_RxDescListTypeDef::RxBuildDescIdx |
Definition at line 203 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and ETH_UpdateDescriptor().
uint32_t ETH_RxDescListTypeDef::RxBuildDescCnt |
Definition at line 205 of file stm32f4xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), ETH_UpdateDescriptor(), HAL_ETH_ReadData(), HAL_ETH_Start(), and HAL_ETH_Start_IT().
uint32_t ETH_RxDescListTypeDef::pRxLastRxDesc |
Definition at line 207 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataErrorCode(), and HAL_ETH_ReadData().
ETH_TimeStampTypeDef ETH_RxDescListTypeDef::TimeStamp |
Definition at line 209 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData().
void* ETH_RxDescListTypeDef::pRxStart |
Definition at line 211 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData().
void* ETH_RxDescListTypeDef::pRxEnd |
Definition at line 213 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData().