![]() |
axiethernet
Vitis Drivers API Documentation
|
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... | |
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.
| u32 XAvb_RtcFormat::NanoSeconds |
32-bit nanoseconds field
Referenced by XAvb_CalcRtcOffset(), XAvb_ReadRtc(), XAvb_SendPDelayRespFollowUp(), and XAvb_WriteRtcOffset().
| 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().