HAL
HAL_RTC_DST_Add1Hour() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_RTC_DST_Add1Hour() function

Daylight Saving Time, adds one hour to the calendar in one single operation without going through the initialization procedure.

Syntax

void HAL_RTC_DST_Add1Hour(RTC_HandleTypeDef *hrtc);
Implemented in stm32f4xx_hal_rtc.c:1705

Arguments

hrtc

pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC.

Return value

None

References

LocationText
stm32f4xx_hal_rtc.c:1705
void HAL_RTC_DST_Add1Hour(RTC_HandleTypeDef *hrtc)
stm32f4xx_hal_rtc.h:743
void HAL_RTC_DST_Add1Hour(RTC_HandleTypeDef *hrtc);

Data Use

Data read by HAL_RTC_DST_Add1Hour()
Data written by HAL_RTC_DST_Add1Hour()
HAL_RTC_DST_Add1Hour()
all items filtered out