Searched refs:second (Results 1 – 13 of 13) sorted by relevance
| /components/drivers/rtc/ |
| A D | README.md | 28 rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second) 35 |second |待设置生效的秒|
|
| A D | dev_soft_rtc.c | 23 #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 D | dev_rtc.c | 193 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 D | vdso_datapage.h | 47 #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 D | dfs_iso9660.c | 56 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 D | Kconfig | 26 int "Set the default local timezone (second)"
|
| A D | ctime.c | 761 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 D | dev_rtc.h | 162 rt_err_t set_time(rt_uint32_t hour, rt_uint32_t minute, rt_uint32_t second);
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | mutex | 363 if (l1.try_lock()) // lock the second one
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 339 …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 D | 00history.txt | 339 …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 D | rawapi.txt | 267 twice a second. An interval of 10 means that the application would
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 288 twice a second. An interval of 10 means that the application would
|
Completed in 13 milliseconds