Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dsystime.c177 uint32_t correctionMonth[4] = in SysTimeMkTime() local
188 ( ( ( correctionMonth[year % 4] >> ( ( localtime->tm_mon ) * 2 ) ) & 0x03 ) ) ); in SysTimeMkTime()
205 uint32_t correctionMonth[4] = in SysTimeLocalTime() local
245 … ( ( ( correctionMonth[localtime->tm_year % 4] >> ( ( localtime->tm_mon ) * 2 ) ) & 0x03 ) ) ); in SysTimeLocalTime()