RTC Error Code definition

Macros

#define HAL_RTC_ERROR_NONE   (0x00000000U)
 
#define HAL_RTC_ERROR_INVALID_PARAM   (0x00000001U)
 
#define HAL_RTC_ERROR_TIMEOUT   (0x00000002U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_RTC_ERROR_INVALID_PARAM

#define HAL_RTC_ERROR_INVALID_PARAM   (0x00000001U)

Invalid parameter error

Definition at line 92 of file hal_rtc.h.

◆ HAL_RTC_ERROR_NONE

#define HAL_RTC_ERROR_NONE   (0x00000000U)

No error

Definition at line 91 of file hal_rtc.h.

◆ HAL_RTC_ERROR_TIMEOUT

#define HAL_RTC_ERROR_TIMEOUT   (0x00000002U)

Timeout error

Definition at line 93 of file hal_rtc.h.