Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.7.0/src/system/
Dsystime.c122 uint32_t seconds; in SysTimeGet() local
147 uint32_t seconds; in SysTimeToMs() local
161 uint32_t seconds = timeMs / 1000; in SysTimeFromMs() local
213 uint32_t seconds; in SysTimeLocalTime() local
/loramac-node-3.7.0/src/boards/NucleoL152/
Drtc-board.c248 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
435 uint32_t seconds; in RtcGetCalendarValue() local
474 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/NAMote72/
Drtc-board.c248 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
435 uint32_t seconds; in RtcGetCalendarValue() local
474 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/NucleoL073/
Drtc-board.c249 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
436 uint32_t seconds; in RtcGetCalendarValue() local
475 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/SKiM880B/
Drtc-board.c248 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
435 uint32_t seconds; in RtcGetCalendarValue() local
474 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/SKiM881AXL/
Drtc-board.c249 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
436 uint32_t seconds; in RtcGetCalendarValue() local
475 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/
Drtc-board.c249 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
436 uint32_t seconds; in RtcGetCalendarValue() local
475 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/SKiM980A/
Drtc-board.c248 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
435 uint32_t seconds; in RtcGetCalendarValue() local
474 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/NucleoL476/
Drtc-board.c248 uint32_t seconds = tick >> N_PREDIV_S; in RtcTick2Ms() local
435 uint32_t seconds; in RtcGetCalendarValue() local
474 uint32_t seconds = ( uint32_t )( calendarValue >> N_PREDIV_S ); in RtcGetCalendarTime() local
/loramac-node-3.7.0/src/boards/SAMR34/
Drtc-board.c138 uint32_t seconds = tick >> 10; in RtcTick2Ms() local
220 uint32_t seconds = ( uint32_t )calendarValue >> 10; in RtcGetCalendarTime() local