Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/NucleoL152/
Drtc-board.c434 uint32_t correction; in RtcGetCalendarValue() local
448correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
450 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/SKiM881AXL/
Drtc-board.c435 uint32_t correction; in RtcGetCalendarValue() local
449correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
451 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/SKiM980A/
Drtc-board.c434 uint32_t correction; in RtcGetCalendarValue() local
448correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
450 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/NucleoL073/
Drtc-board.c435 uint32_t correction; in RtcGetCalendarValue() local
449correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
451 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/SKiM880B/
Drtc-board.c434 uint32_t correction; in RtcGetCalendarValue() local
448correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
450 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/NAMote72/
Drtc-board.c434 uint32_t correction; in RtcGetCalendarValue() local
448correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
450 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/
Drtc-board.c435 uint32_t correction; in RtcGetCalendarValue() local
449correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
451 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/boards/NucleoL476/
Drtc-board.c434 uint32_t correction; in RtcGetCalendarValue() local
448correction = ( ( date->Year % 4 ) == 0 ) ? DAYS_IN_MONTH_CORRECTION_LEAP : DAYS_IN_MONTH_CORRECTIO… in RtcGetCalendarValue()
450 …seconds += ( DIVC( ( date->Month-1 ) * ( 30 + 31 ), 2 ) - ( ( ( correction >> ( ( date->Month - 1 … in RtcGetCalendarValue()
/loramac-node-2.7.6/src/apps/LoRaMac/fuota-test-01/
Dreadme.md17 3. Server sends AppTimeAns with a time correction
/loramac-node-2.7.6/
DCHANGELOG.md517 - Issue(#66) correction of functions `SX1276SetOpMode` and `SX1272SetOpMode`
519 - Issue(#56) correction