Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rtc.c612 assert_param(IS_RTC_DATE(sDate->Date)); in HAL_RTC_SetDate()
616 ((uint32_t)RTC_ByteToBcd2(sDate->Date)) | \ in HAL_RTC_SetDate()
624 datetmpreg = RTC_Bcd2ToByte(sDate->Date); in HAL_RTC_SetDate()
629 ((uint32_t)sDate->Date) | \ in HAL_RTC_SetDate()
713 sDate->Date = (uint8_t)(datetmpreg & (RTC_DR_DT | RTC_DR_DU)); in HAL_RTC_GetDate()
722 sDate->Date = (uint8_t)RTC_Bcd2ToByte(sDate->Date); in HAL_RTC_GetDate()
A Dstm32f0xx_hal_rtc_ex.c319 sTimeStampDate->Date = (uint8_t)(tmpdate & (RTC_DR_DT | RTC_DR_DU)); in HAL_RTCEx_GetTimeStamp()
332 sTimeStampDate->Date = (uint8_t)RTC_Bcd2ToByte(sTimeStampDate->Date); in HAL_RTCEx_GetTimeStamp()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc.c605 assert_param(IS_RTC_DATE(sDate->Date)); in HAL_RTC_SetDate()
609 ((uint32_t)RTC_ByteToBcd2(sDate->Date)) | \ in HAL_RTC_SetDate()
615 datetmpreg = RTC_Bcd2ToByte(sDate->Date); in HAL_RTC_SetDate()
620 ((uint32_t)sDate->Date) | \ in HAL_RTC_SetDate()
700 sDate->Date = (uint8_t)(datetmpreg & (RTC_DR_DT | RTC_DR_DU)); in HAL_RTC_GetDate()
708 sDate->Date = (uint8_t)RTC_Bcd2ToByte(sDate->Date); in HAL_RTC_GetDate()
A Dstm32f7xx_hal_rtc_ex.c400 sTimeStampDate->Date = (uint8_t)(tmpdate & (RTC_DR_DT | RTC_DR_DU)); in HAL_RTCEx_GetTimeStamp()
412 sTimeStampDate->Date = (uint8_t)RTC_Bcd2ToByte(sTimeStampDate->Date); in HAL_RTCEx_GetTimeStamp()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h144 uint8_t Date; /*!< Specifies the RTC Date. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h135 uint8_t Date; /*!< Specifies the RTC Date. member
/lk-master/external/arch/arm/arm-m/CMSIS/Patch/
A Dsystick_nvic.patch3 Date: Tue, 11 Jun 2019 15:37:00 -0700

Completed in 15 milliseconds