Home
last modified time | relevance | path

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

/components/drivers/rtc/
A DREADME.md28 rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second)
35 |second |待设置生效的秒|
A Ddev_soft_rtc.c23 #define RTC_TIME_INIT(year, month, day, hour, minute, second) \ argument
24 …r - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .tm_sec = second}
A Ddev_rtc.c193 rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second) in set_time() argument
221 tm_new.tm_sec = second; in set_time()
/components/lwp/vdso/
A Dvdso_datapage.h47 #define RTC_VDSOTIME_INIT(year, month, day, hour, minute, second) \ argument
48 …r - 1900, .tm_mon = month - 1, .tm_mday = day, .tm_hour = hour, .tm_min = minute, .tm_sec = second}
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c56 rt_uint8_t second;
91 rt_uint8_t second[2];
191 tm.tm_sec = (date->second[0] - '0') * 10 + (date->second[1] - '0'); in iso9660_convert_unixtime()
207 tm.tm_sec = date->second; in iso9660_convert_unixtime2()
/components/libc/compilers/common/
A DKconfig26 int "Set the default local timezone (second)"
A Dctime.c761 int second; in rt_timespec_to_tick() local
776 second = time->tv_sec - tp.tv_sec - 1; in rt_timespec_to_tick()
781 second = time->tv_sec - tp.tv_sec; in rt_timespec_to_tick()
784 tick = second * RT_TICK_PER_SECOND + nsecond * RT_TICK_PER_SECOND / NANOSECOND_PER_SECOND; in rt_timespec_to_tick()
/components/drivers/include/drivers/
A Ddev_rtc.h162 rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second);
/components/libc/cplusplus/cpp11/gcc/
A Dmutex363 if (l1.try_lock()) // lock the second one
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt339 …Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.1…
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt339 …Fixed f_mkfs() function can fail to create exFAT volume in the second partition. (appeared at R0.1…
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt267 twice a second. An interval of 10 means that the application would
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt288 twice a second. An interval of 10 means that the application would

Completed in 13 milliseconds