Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:12:17
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:time_str

Proto:static __attribute__((__noinline__)) char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r)

Type:char

Parameter:

TypeParameterName
char *buf
char *end
const struct rtc_time *tm
boolr
1771  buf = number(buf, end, tm_hour, default_dec02_spec)
1772  If buf < end Then buf = ':'
1774  buf++
1776  buf = number(buf, end, tm_min, default_dec02_spec)
1777  If buf < end Then buf = ':'
1779  buf++
1781  Return number(buf, end, tm_sec, default_dec02_spec)
Caller
NameDescribe
rtc_str