Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/NTP/
A DNTPDemo.c263 FF_TimeStruct_t xTimeStruct; in prvReadTime() local
316 FreeRTOS_gmtime_r( &uxCurrentSeconds, &xTimeStruct ); in prvReadTime()
324 xTimeStruct.tm_mday, in prvReadTime()
325 xTimeStruct.tm_mon + 1, in prvReadTime()
326 xTimeStruct.tm_year + 1900, in prvReadTime()
327 xTimeStruct.tm_hour, in prvReadTime()
328 xTimeStruct.tm_min, in prvReadTime()
329 xTimeStruct.tm_sec, in prvReadTime()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/NTP/
A DNTPDemo.c375 FF_TimeStruct_t xTimeStruct; in prvReadTime() local
377 struct tm xTimeStruct; in prvReadTime()
433 FreeRTOS_gmtime_r( &uxCurrentSeconds, &xTimeStruct ); in prvReadTime()
437 gmtime_r( &uxCurrentSeconds, &xTimeStruct ); in prvReadTime()
446 ( unsigned ) xTimeStruct.tm_mday, in prvReadTime()
447 ( unsigned ) xTimeStruct.tm_mon + 1, in prvReadTime()
448 ( unsigned ) xTimeStruct.tm_year + 1900, in prvReadTime()
449 ( unsigned ) xTimeStruct.tm_hour, in prvReadTime()
450 ( unsigned ) xTimeStruct.tm_min, in prvReadTime()
451 ( unsigned ) xTimeStruct.tm_sec, in prvReadTime()

Completed in 18 milliseconds