STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
ETH_TimeStampTypeDef Struct Reference

ETH Timestamp structure definition. More...

#include <stm32f4xx_hal_eth.h>

Collaboration diagram for ETH_TimeStampTypeDef:

Data Fields

uint32_t TimeStampLow
 
uint32_t TimeStampHigh
 

Detailed Description

ETH Timestamp structure definition.

Definition at line 163 of file stm32f4xx_hal_eth.h.

Field Documentation

◆ TimeStampLow

uint32_t ETH_TimeStampTypeDef::TimeStampLow

Definition at line 165 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().

◆ TimeStampHigh

uint32_t ETH_TimeStampTypeDef::TimeStampHigh

Definition at line 166 of file stm32f4xx_hal_eth.h.

Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().


The documentation for this struct was generated from the following file: