Searched refs:day (Results 1 – 1 of 1) sorted by relevance
141 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() argument1373 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() argument1394 dayOfYear += day; in compute_day_of_year()