Searched refs:compute_day_of_year (Results 1 – 1 of 1) sorted by relevance
142 static uint16_t compute_day_of_year(sl_sleeptimer_month_t month, uint8_t day, bool isLeapYear);638 date->day_of_year = compute_day_of_year(date->month, date->month_day, is_leap_year(date->year)); in sl_sleeptimer_build_datetime()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() function