Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dsystime.c69 static uint32_t CalendarGetMonth( uint32_t days, uint32_t year );
237 localtime->tm_mon = CalendarGetMonth( days, localtime->tm_year ); in SysTimeLocalTime()
255 static uint32_t CalendarGetMonth( uint32_t days, uint32_t year ) in CalendarGetMonth() function