Searched refs:HAL_RTC_GetDate (Results 1 – 14 of 14) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_rtc.h | 604 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format);
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | rtc-board.c | 441 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | rtc-board.c | 442 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | rtc-board.c | 441 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | rtc-board.c | 442 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | rtc-board.c | 441 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/ |
D | rtc-board.c | 442 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | rtc-board.c | 441 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | rtc-board.c | 441 HAL_RTC_GetDate( &RtcHandle, date, RTC_FORMAT_BIN ); in RtcGetCalendarValue()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_rtc.c | 576 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format) in HAL_RTC_GetDate() function
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_rtc.h | 708 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format);
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rtc.h | 865 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format);
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rtc.c | 699 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format) in HAL_RTC_GetDate() function
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc.c | 1101 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format) in HAL_RTC_GetDate() function
|