Home | History | Annotate | Download | only in HalRuntimeServicesExampleLib

Lines Matching defs:Daylight

24   UINT8     Daylight;

85 UINT8 DSE : 1; // 0 - Daylight saving disabled 1 - Daylight savings enabled
228 // Set the Time/Date/Daylight Savings values.
275 (Time->Daylight & (~(EFI_TIME_ADJUST_DAYLIGHT |
364 Time->Daylight = 0;
439 // Get the Time/Date/Daylight Savings values.
464 // Get the variable that containts the TimeZone and Daylight fields
467 Time->Daylight = mRtc.Daylight;
567 // Set the variable that containts the TimeZone and Daylight fields
570 mRtc.Daylight = Time->Daylight;
613 // Get the Time/Date/Daylight Savings values.
813 // Get the Time/Date/Daylight Savings values.