axiethernet
Vitis Drivers API Documentation
XAvb_RtcFormat Struct Reference

This typedef defines the format for the Real Time Clock (RTC). More...

Data Fields

u16 SecondsUpper
 Upper 16-bits of seconds field. More...
 
u32 SecondsLower
 Lower 32-bits of seconds field. More...
 
u32 NanoSeconds
 32-bit nanoseconds field More...
 

Detailed Description

This typedef defines the format for the Real Time Clock (RTC).

The RTC contains a 48-bit seconds field (split into upper and lower sections) and a 32-bit nano-seconds field.

Field Documentation

u32 XAvb_RtcFormat::NanoSeconds
u32 XAvb_RtcFormat::SecondsLower

Lower 32-bits of seconds field.

Referenced by XAvb_CalcRtcOffset(), XAvb_ReadRtc(), XAvb_SendPDelayRespFollowUp(), and XAvb_WriteRtcOffset().

u16 XAvb_RtcFormat::SecondsUpper

Upper 16-bits of seconds field.

Referenced by XAvb_CalcRtcOffset(), XAvb_ReadRtc(), XAvb_SendPDelayRespFollowUp(), and XAvb_WriteRtcOffset().