RTC Error Code definition
+ Collaboration diagram for RTC Error Code definition:

Macros

#define HAL_RTC_ERROR_NONE   (0x00000000U)
 No error
More...
 
#define HAL_RTC_ERROR_INVALID_PARAM   (0x00000001U)
 Invalid parameter error
More...
 
#define HAL_RTC_ERROR_TIMEOUT   (0x00000002U)
 Timeout error
More...
 

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 gr55xx_hal_rtc.h.

◆ HAL_RTC_ERROR_NONE

#define HAL_RTC_ERROR_NONE   (0x00000000U)

No error

Definition at line 91 of file gr55xx_hal_rtc.h.

◆ HAL_RTC_ERROR_TIMEOUT

#define HAL_RTC_ERROR_TIMEOUT   (0x00000002U)

Timeout error

Definition at line 93 of file gr55xx_hal_rtc.h.