Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c917 uint8_t leap_year_flag = 0; in sl_sleeptimer_convert_time_to_date_64() local
946 leap_year_flag = 1; in sl_sleeptimer_convert_time_to_date_64()
952 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()
994 uint8_t leap_year_flag = 0; in sl_sleeptimer_convert_date_to_time_64() local
1015 leap_year_flag = 1; in sl_sleeptimer_convert_date_to_time_64()
1019 …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_64()