Home
last modified time | relevance | path

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

/hal_silabs-3.5.0/gecko/service/sleeptimer/src/
Dsl_sleeptimer.c141 static sl_sleeptimer_weekDay_t compute_day_of_week(uint32_t day);
142 static uint16_t compute_day_of_year(sl_sleeptimer_month_t month, uint8_t day, bool isLeapYear);
1371 static sl_sleeptimer_weekDay_t compute_day_of_week(uint32_t day) in compute_day_of_week() argument
1373 return (sl_sleeptimer_weekDay_t)((day + 4) % 7); in compute_day_of_week()
1386 static uint16_t compute_day_of_year(sl_sleeptimer_month_t month, uint8_t day, bool is_leap_year) in compute_day_of_year() argument
1394 dayOfYear += day; in compute_day_of_year()