Searched refs:hours (Results 1 – 1 of 1) sorted by relevance
646 __STATIC_INLINE sl_sleeptimer_time_zone_offset_t sl_sleeptimer_set_tz_ahead_utc(uint8_t hours, in sl_sleeptimer_set_tz_ahead_utc() argument649 return ((hours * 3600u) + (minutes * 60u)); in sl_sleeptimer_set_tz_ahead_utc()660 __STATIC_INLINE sl_sleeptimer_time_zone_offset_t sl_sleeptimer_set_tz_behind_utc(uint8_t hours, in sl_sleeptimer_set_tz_behind_utc() argument663 return -(sl_sleeptimer_time_zone_offset_t)((hours * 3600u) + (minutes * 60u)); in sl_sleeptimer_set_tz_behind_utc()