Home
last modified time | relevance | path

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

/components/drivers/rtc/
A DREADME.md16 rt_err_t set_date(rt_uint32_t year, rt_uint32_t month, rt_uint32_t day)
22 |month |待设置生效的月份|
A Ddev_rtc.c146 rt_err_t set_date(rt_uint32_t year, rt_uint32_t month, rt_uint32_t day) in set_date() argument
173 tm_new.tm_mon = month - 1; /* tm_mon: 0~11 */ in set_date()
372 MSH_CMD_EXPORT(date, get date and time or set (local timezone) [year month day hour min sec])
A Ddev_soft_rtc.c23 #define RTC_TIME_INIT(year, month, day, hour, minute, second) \ argument
24 …{.tm_year = year - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .…
/components/lwp/vdso/
A Dvdso_datapage.h47 #define RTC_VDSOTIME_INIT(year, month, day, hour, minute, second) \ argument
48 …{.tm_year = year - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .…
/components/utilities/ulog/syslog/
A Dsyslog.c151 static const char *get_month_str(uint8_t month) in get_month_str() argument
153 switch(month) in get_month_str()
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c52 rt_uint8_t month;
87 rt_uint8_t month[2];
195 tm.tm_mon = (date->month[0] - '0') * 10 + (date->month[1] - '0'); in iso9660_convert_unixtime()
211 tm.tm_mon = date->month; in iso9660_convert_unixtime2()
/components/drivers/include/drivers/
A Ddev_rtc.h152 rt_err_t set_date(rt_uint32_t year, rt_uint32_t month, rt_uint32_t day);
/components/net/sal/src/
A Dsal_socket.c189 …const char month[][SAL_INTERNET_MONTH_LEN] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Au… in check_netdev_internet_up_work() local
238 for (index = 0; index < sizeof(month) / SAL_INTERNET_MONTH_LEN; index++) in check_netdev_internet_up_work()
240 if (rt_memcmp(date, month[index], SAL_INTERNET_MONTH_LEN - 1) == 0) in check_netdev_internet_up_work()
248 if (moth_num == 0 || moth_num > sizeof(month) / SAL_INTERNET_MONTH_LEN) in check_netdev_internet_up_work()

Completed in 14 milliseconds