Searched refs:current_month (Results 1 – 1 of 1) sorted by relevance
918 uint8_t current_month = 0; in sl_sleeptimer_convert_time_to_date_64() local952 while (time >= days_in_month[leap_year_flag][current_month]) { in sl_sleeptimer_convert_time_to_date_64()953 …time -= days_in_month[leap_year_flag][current_month]; // Subtracts the number of days of the passe… in sl_sleeptimer_convert_time_to_date_64()954 current_month++; in sl_sleeptimer_convert_time_to_date_64()956 date->month = (sl_sleeptimer_month_t)current_month; in sl_sleeptimer_convert_time_to_date_64()