Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rtc.c424 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetTime()
568 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetTime()
601 if((Format == RTC_FORMAT_BIN) && ((sDate->Month & 0x10U) == 0x10U)) in HAL_RTC_SetDate()
608 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetDate()
717 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetDate()
772 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetAlarm()
920 if(Format == RTC_FORMAT_BIN) in HAL_RTC_SetAlarm_IT()
1134 if(Format == RTC_FORMAT_BIN) in HAL_RTC_GetAlarm()
A Dstm32f0xx_hal_rtc_ex.c323 if(Format == RTC_FORMAT_BIN) in HAL_RTCEx_GetTimeStamp()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc.c436 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetTime()
563 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetTime()
596 if ((Format == RTC_FORMAT_BIN) && ((sDate->Month & 0x10) == 0x10)) { in HAL_RTC_SetDate()
602 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetDate()
704 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetDate()
759 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetAlarm()
926 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_SetAlarm_IT()
1197 if (Format == RTC_FORMAT_BIN) { in HAL_RTC_GetAlarm()
A Dstm32f7xx_hal_rtc_ex.c404 if (Format == RTC_FORMAT_BIN) { in HAL_RTCEx_GetTimeStamp()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h259 #define RTC_FORMAT_BIN 0x000000000U macro
722 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h248 #define RTC_FORMAT_BIN ((uint32_t)0x000000000) macro
725 #define IS_RTC_FORMAT(__FORMAT__) (((__FORMAT__) == RTC_FORMAT_BIN) || ((__FORMAT__) == RTC_FORMAT_…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h521 #define FORMAT_BIN RTC_FORMAT_BIN
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy/
A Dstm32_hal_legacy.h829 #define FORMAT_BIN RTC_FORMAT_BIN

Completed in 39 milliseconds