| 
                 STM32F4xx HAL Documentation
                 
                Hardware Abstraction Layer for STM32F4 familiy 
               | 
            
ETH Timestamp structure definition. More...
#include <stm32f4xx_hal_eth.h>
Data Fields | |
| uint32_t | TimeStampLow | 
| uint32_t | TimeStampHigh | 
ETH Timestamp structure definition.
Definition at line 163 of file stm32f4xx_hal_eth.h.
| uint32_t ETH_TimeStampTypeDef::TimeStampLow | 
Definition at line 165 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().
| uint32_t ETH_TimeStampTypeDef::TimeStampHigh | 
Definition at line 166 of file stm32f4xx_hal_eth.h.
Referenced by HAL_ETH_ReadData(), and HAL_ETH_ReleaseTxPacket().