Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/rtc/convert-1/src/
Dmain.c33 static void FormatDateTime(char *str, const RTCDate *date, const RTCTime *time);
204 FormatDateTime(datestr, &date, &time); in ConvTest()
217 static void FormatDateTime(char *str, const RTCDate *date, const RTCTime *time) in FormatDateTime() function