Searched refs:month_days (Results 1 – 1 of 1) sorted by relevance
702 uint16_t month_days = 0; in sl_sleeptimer_convert_date_to_time() local718 month_days = leap_days; in sl_sleeptimer_convert_date_to_time()726 …month_days += days_in_month[leap_year_flag][i]; // Add the number of days of the month of … in sl_sleeptimer_convert_date_to_time()729 month_days += (date->month_day - 1); // Add full days of the current month. in sl_sleeptimer_convert_date_to_time()730 *time += month_days * TIME_SEC_PER_DAY; in sl_sleeptimer_convert_date_to_time()