STM32H735xx HAL User Manual
|
Received Packet Information structure definition. More...
#include <stm32h7xx_hal_eth.h>
Data Fields | |
uint32_t | SegmentCnt |
uint32_t | VlanTag |
uint32_t | InnerVlanTag |
uint32_t | Checksum |
uint32_t | HeaderType |
uint32_t | PayloadType |
uint32_t | MacFilterStatus |
uint32_t | L3FilterStatus |
uint32_t | L4FilterStatus |
uint32_t | ErrorCode |
Received Packet Information structure definition.
Definition at line 178 of file stm32h7xx_hal_eth.h.
uint32_t ETH_RxPacketInfo::Checksum |
Definition at line 186 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::ErrorCode |
Definition at line 204 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::HeaderType |
Definition at line 189 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::InnerVlanTag |
Definition at line 184 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::L3FilterStatus |
Definition at line 198 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::L4FilterStatus |
Definition at line 201 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::MacFilterStatus |
Definition at line 195 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::PayloadType |
Definition at line 192 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::SegmentCnt |
Definition at line 180 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().
uint32_t ETH_RxPacketInfo::VlanTag |
Definition at line 182 of file stm32h7xx_hal_eth.h.
Referenced by HAL_ETH_GetRxDataInfo().