Macros | |
| #define | RTC_INIT_NORMAL 0 |
| #define | RTC_INIT_SKIP 1 |
| #define | RTC_INIT_REINIT 2 |
Functions | |
| HAL_StatusTypeDef | HAL_RTC_Init (RTC_HandleTypeDef *hrtc, uint32_t wakesrc) |
| Initializes the RTC peripheral. More... | |
| HAL_StatusTypeDef | HAL_RTC_DeInit (RTC_HandleTypeDef *hrtc) |
| DeInitializes the RTC peripheral. More... | |
| void | HAL_RTC_MspInit (RTC_HandleTypeDef *hrtc) |
| Initializes the RTC MSP. More... | |
| void | HAL_RTC_MspDeInit (RTC_HandleTypeDef *hrtc) |
| DeInitializes the RTC MSP. More... | |
| HAL_StatusTypeDef HAL_RTC_DeInit | ( | RTC_HandleTypeDef * | hrtc | ) |
DeInitializes the RTC peripheral.
| hrtc | pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC. |
| HAL | status |
| HAL_StatusTypeDef HAL_RTC_Init | ( | RTC_HandleTypeDef * | hrtc, |
| uint32_t | wakesrc | ||
| ) |
Initializes the RTC peripheral.
| hrtc | pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC. |
| wakesrc | wakeup source, see RTC_INIT_XXX |
| HAL | status |
| void HAL_RTC_MspDeInit | ( | RTC_HandleTypeDef * | hrtc | ) |
DeInitializes the RTC MSP.
| hrtc | pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC. |
| None |
| void HAL_RTC_MspInit | ( | RTC_HandleTypeDef * | hrtc | ) |
Initializes the RTC MSP.
| hrtc | pointer to a RTC_HandleTypeDef structure that contains the configuration information for RTC. |
| None |