Lines Matching full:saving
224 GPS_TZDL, ///< (rw-) ::TZDL, time zone / daylight saving, only if ::GPS_MODEL_HAS_TZDL
395 * to the time zone/daylight saving parameters ::TZDL defined by the user.
433 TM_BIT_DL_ANN, ///< state of daylight saving is going to change
434 TM_BIT_DL_ENB, ///< daylight saving is in effect
678 * @defgroup group_tzdl Time zone / daylight saving parameters
681 * For automatic daylight saving enable/disable in Central Europe,
684 * - offs_dl = 3600L one additional hour if daylight saving enabled
687 * - name[0] == "CET " name if daylight saving not enabled
688 * - name[1] == "CEST " name if daylight saving is enabled
700 * @brief Time zone / daylight saving parameters
704 * saving time (DST), if required.
715 int32_t offs_dl; ///< additional offset if daylight saving enabled [sec]
716 TM_GPS tm_on; ///< date/time when daylight saving starts
717 TM_GPS tm_off; ///< date/time when daylight saving ends
718 TZ_NAME name[2]; ///< names without and with daylight saving enabled
726 * then daylight saving is computed automatically year by year.