Home
last modified time | relevance | path

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

/hal_silabs-3.5.0/gecko/service/sleeptimer/src/
Dsl_sleeptimer.c702 uint16_t month_days = 0; in sl_sleeptimer_convert_date_to_time() local
718 month_days = leap_days; in sl_sleeptimer_convert_date_to_time()
726month_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()