HAL
__HAL_RTC_TIMESTAMP_ENABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__HAL_RTC_TIMESTAMP_ENABLE

__HAL_RTC_TIMESTAMP_ENABLE macro

Enable the RTC Timestamp peripheral.

Syntax

#define __HAL_RTC_TIMESTAMP_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_TSE))

Arguments

__HANDLE__

specifies the RTC handle.

Return value

None

References

LocationText
stm32f4xx_hal_rtc_ex.h:507
#define __HAL_RTC_TIMESTAMP_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (RTC_CR_TSE))
stm32f4xx_hal_rtc_ex.c:222
__HAL_RTC_TIMESTAMP_ENABLE(hrtc);
stm32f4xx_hal_rtc_ex.c:294
__HAL_RTC_TIMESTAMP_ENABLE(hrtc);