Home
last modified time | relevance | path

Searched refs:hours (Results 1 – 1 of 1) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsl_sleeptimer.h646 __STATIC_INLINE sl_sleeptimer_time_zone_offset_t sl_sleeptimer_set_tz_ahead_utc(uint8_t hours, in sl_sleeptimer_set_tz_ahead_utc() argument
649 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() argument
663 return -(sl_sleeptimer_time_zone_offset_t)((hours * 3600u) + (minutes * 60u)); in sl_sleeptimer_set_tz_behind_utc()