month_days 53 bsp/drv/dev/rtc/rtc.c #define days_in_month(a) (month_days[(a) - 1]) month_days 85 bsp/drv/dev/rtc/rtc.c static const int month_days[12] = { month_days 146 bsp/drv/dev/rtc/rtc.c memcpy(mthdays, month_days, sizeof(mthdays));