HAL + 0/32 examples
CodeScope will show references to RTC_HandleTypeDef::State from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
RTC
STM32446E_EVAL
Examples
RTC
STM32469I_EVAL
Examples
RTC
STM324x9I_EVAL
Examples
RTC
STM324xG_EVAL
Examples
RTC
STM32F410xx-Nucleo
Examples
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412G-Discovery
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413H-Discovery
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RTC_HandleTypeDef::State field

Time communication state

Examples

RTC_HandleTypeDef::State is referenced by 32 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_rtc.h:174
__IO HAL_RTCStateTypeDef State; /*!< Time communication state */
stm32f4xx_hal_rtc.c:296HAL_RTC_Init()
if (hrtc->State == HAL_RTC_STATE_RESET)
stm32f4xx_hal_rtc.c:307HAL_RTC_Init()
stm32f4xx_hal_rtc.c:350HAL_RTC_Init()
stm32f4xx_hal_rtc.c:371HAL_RTC_DeInit()
stm32f4xx_hal_rtc.c:420HAL_RTC_DeInit()
stm32f4xx_hal_rtc.c:711HAL_RTC_SetTime()
stm32f4xx_hal_rtc.c:776HAL_RTC_SetTime()
stm32f4xx_hal_rtc.c:868HAL_RTC_SetDate()
stm32f4xx_hal_rtc.c:917HAL_RTC_SetDate()
stm32f4xx_hal_rtc.c:1022HAL_RTC_SetAlarm()
stm32f4xx_hal_rtc.c:1122HAL_RTC_SetAlarm()
stm32f4xx_hal_rtc.c:1159HAL_RTC_SetAlarm()
stm32f4xx_hal_rtc.c:1179HAL_RTC_SetAlarm()
stm32f4xx_hal_rtc.c:1219HAL_RTC_SetAlarm_IT()
stm32f4xx_hal_rtc.c:1314HAL_RTC_SetAlarm_IT()
stm32f4xx_hal_rtc.c:1351HAL_RTC_SetAlarm_IT()
stm32f4xx_hal_rtc.c:1377HAL_RTC_SetAlarm_IT()
stm32f4xx_hal_rtc.c:1405HAL_RTC_DeactivateAlarm()
stm32f4xx_hal_rtc.c:1429HAL_RTC_DeactivateAlarm()
stm32f4xx_hal_rtc.c:1457HAL_RTC_DeactivateAlarm()
stm32f4xx_hal_rtc.c:1470HAL_RTC_DeactivateAlarm()
stm32f4xx_hal_rtc.c:1586HAL_RTC_AlarmIRQHandler()
stm32f4xx_hal_rtc.c:1626HAL_RTC_PollForAlarmAEvent()
stm32f4xx_hal_rtc.c:1636HAL_RTC_PollForAlarmAEvent()
stm32f4xx_hal_rtc.c:1789HAL_RTC_GetState()
return hrtc->State;
stm32f4xx_hal_rtc.c:1833RTC_EnterInitMode()
stm32f4xx_hal_rtc.c:1861RTC_ExitInitMode()
stm32f4xx_hal_rtc_ex.c:198HAL_RTCEx_SetTimeStamp()
stm32f4xx_hal_rtc_ex.c:228HAL_RTCEx_SetTimeStamp()
stm32f4xx_hal_rtc_ex.c:270HAL_RTCEx_SetTimeStamp_IT()
stm32f4xx_hal_rtc_ex.c:307HAL_RTCEx_SetTimeStamp_IT()
stm32f4xx_hal_rtc_ex.c:328HAL_RTCEx_DeactivateTimeStamp()
stm32f4xx_hal_rtc_ex.c:345HAL_RTCEx_DeactivateTimeStamp()
stm32f4xx_hal_rtc_ex.c:436HAL_RTCEx_SetTamper()
stm32f4xx_hal_rtc_ex.c:479HAL_RTCEx_SetTamper()
stm32f4xx_hal_rtc_ex.c:513HAL_RTCEx_SetTamper_IT()
stm32f4xx_hal_rtc_ex.c:560HAL_RTCEx_SetTamper_IT()
stm32f4xx_hal_rtc_ex.c:587HAL_RTCEx_DeactivateTamper()
stm32f4xx_hal_rtc_ex.c:592HAL_RTCEx_DeactivateTamper()
stm32f4xx_hal_rtc_ex.c:669HAL_RTCEx_TamperTimeStampIRQHandler()
stm32f4xx_hal_rtc_ex.c:742HAL_RTCEx_PollForTimeStampEvent()
stm32f4xx_hal_rtc_ex.c:753HAL_RTCEx_PollForTimeStampEvent()
stm32f4xx_hal_rtc_ex.c:760HAL_RTCEx_PollForTimeStampEvent()
stm32f4xx_hal_rtc_ex.c:786HAL_RTCEx_PollForTamper1Event()
stm32f4xx_hal_rtc_ex.c:796HAL_RTCEx_PollForTamper1Event()
stm32f4xx_hal_rtc_ex.c:823HAL_RTCEx_PollForTamper2Event()
stm32f4xx_hal_rtc_ex.c:833HAL_RTCEx_PollForTamper2Event()
stm32f4xx_hal_rtc_ex.c:876HAL_RTCEx_SetWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:894HAL_RTCEx_SetWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:921HAL_RTCEx_SetWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:945HAL_RTCEx_SetWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:972HAL_RTCEx_SetWakeUpTimer_IT()
stm32f4xx_hal_rtc_ex.c:989HAL_RTCEx_SetWakeUpTimer_IT()
stm32f4xx_hal_rtc_ex.c:1017HAL_RTCEx_SetWakeUpTimer_IT()
stm32f4xx_hal_rtc_ex.c:1048HAL_RTCEx_SetWakeUpTimer_IT()
stm32f4xx_hal_rtc_ex.c:1069HAL_RTCEx_DeactivateWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:1091HAL_RTCEx_DeactivateWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:1103HAL_RTCEx_DeactivateWakeUpTimer()
stm32f4xx_hal_rtc_ex.c:1154HAL_RTCEx_WakeUpTimerIRQHandler()
stm32f4xx_hal_rtc_ex.c:1193HAL_RTCEx_PollForWakeUpTimerEvent()
stm32f4xx_hal_rtc_ex.c:1203HAL_RTCEx_PollForWakeUpTimerEvent()
stm32f4xx_hal_rtc_ex.c:1313HAL_RTCEx_SetCoarseCalib()
stm32f4xx_hal_rtc_ex.c:1335HAL_RTCEx_SetCoarseCalib()
stm32f4xx_hal_rtc_ex.c:1360HAL_RTCEx_DeactivateCoarseCalib()
stm32f4xx_hal_rtc_ex.c:1379HAL_RTCEx_DeactivateCoarseCalib()
stm32f4xx_hal_rtc_ex.c:1423HAL_RTCEx_SetSmoothCalib()
stm32f4xx_hal_rtc_ex.c:1443HAL_RTCEx_SetSmoothCalib()
stm32f4xx_hal_rtc_ex.c:1462HAL_RTCEx_SetSmoothCalib()
stm32f4xx_hal_rtc_ex.c:1494HAL_RTCEx_SetSynchroShift()
stm32f4xx_hal_rtc_ex.c:1510HAL_RTCEx_SetSynchroShift()
stm32f4xx_hal_rtc_ex.c:1533HAL_RTCEx_SetSynchroShift()
stm32f4xx_hal_rtc_ex.c:1548HAL_RTCEx_SetSynchroShift()
stm32f4xx_hal_rtc_ex.c:1560HAL_RTCEx_SetSynchroShift()
stm32f4xx_hal_rtc_ex.c:1586HAL_RTCEx_SetCalibrationOutPut()
stm32f4xx_hal_rtc_ex.c:1603HAL_RTCEx_SetCalibrationOutPut()
stm32f4xx_hal_rtc_ex.c:1622HAL_RTCEx_DeactivateCalibrationOutPut()
stm32f4xx_hal_rtc_ex.c:1633HAL_RTCEx_DeactivateCalibrationOutPut()
stm32f4xx_hal_rtc_ex.c:1654HAL_RTCEx_SetRefClock()
stm32f4xx_hal_rtc_ex.c:1673HAL_RTCEx_SetRefClock()
stm32f4xx_hal_rtc_ex.c:1698HAL_RTCEx_DeactivateRefClock()
stm32f4xx_hal_rtc_ex.c:1717HAL_RTCEx_DeactivateRefClock()
stm32f4xx_hal_rtc_ex.c:1742HAL_RTCEx_EnableBypassShadow()
stm32f4xx_hal_rtc_ex.c:1754HAL_RTCEx_EnableBypassShadow()
stm32f4xx_hal_rtc_ex.c:1775HAL_RTCEx_DisableBypassShadow()
stm32f4xx_hal_rtc_ex.c:1787HAL_RTCEx_DisableBypassShadow()
stm32f4xx_hal_rtc_ex.c:1851HAL_RTCEx_PollForAlarmBEvent()
stm32f4xx_hal_rtc_ex.c:1861HAL_RTCEx_PollForAlarmBEvent()