STM32H735xx HAL User Manual
|
DMA Receive Descriptors Wrapper structure definition. More...
#include <stm32h7xx_hal_eth.h>
Data Fields | |
uint32_t | RxDesc [ETH_RX_DESC_CNT] |
uint32_t | CurRxDesc |
uint32_t | FirstAppDesc |
uint32_t | AppDescNbr |
uint32_t | AppContextDesc |
uint32_t | ItMode |
DMA Receive Descriptors Wrapper structure definition.
Definition at line 155 of file stm32h7xx_hal_eth.h.
Definition at line 165 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_BuildRxDescriptors(), and HAL_ETH_IsRxDataAvailable().
uint32_t ETH_RxDescListTypeDef::AppDescNbr |
Definition at line 163 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_BuildRxDescriptors(), HAL_ETH_GetRxDataBuffer(), HAL_ETH_GetRxDataInfo(), HAL_ETH_GetRxDataLength(), and HAL_ETH_IsRxDataAvailable().
uint32_t ETH_RxDescListTypeDef::CurRxDesc |
Definition at line 159 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), and HAL_ETH_IsRxDataAvailable().
uint32_t ETH_RxDescListTypeDef::FirstAppDesc |
Definition at line 161 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_BuildRxDescriptors(), HAL_ETH_GetRxDataBuffer(), HAL_ETH_GetRxDataInfo(), HAL_ETH_GetRxDataLength(), and HAL_ETH_IsRxDataAvailable().
uint32_t ETH_RxDescListTypeDef::ItMode |
Definition at line 168 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_BuildRxDescriptors(), HAL_ETH_IsRxDataAvailable(), HAL_ETH_Start_IT(), and HAL_ETH_Stop_IT().
uint32_t ETH_RxDescListTypeDef::RxDesc[ETH_RX_DESC_CNT] |
Definition at line 157 of file stm32h7xx_hal_eth.h.
Referenced by ETH_DMARxDescListInit(), HAL_ETH_BuildRxDescriptors(), HAL_ETH_DescAssignMemory(), HAL_ETH_GetRxDataBuffer(), HAL_ETH_GetRxDataInfo(), HAL_ETH_GetRxDataLength(), HAL_ETH_IsRxDataAvailable(), HAL_ETH_Start_IT(), and HAL_ETH_Stop_IT().