STM32L443xx HAL User Manual
|
Defines | |
#define | __HAL_RCC_RTC_ENABLE() SET_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Macros to enable or disable the RTC clock. | |
#define | __HAL_RCC_RTC_DISABLE() CLEAR_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
#define __HAL_RCC_RTC_DISABLE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Definition at line 3917 of file stm32l4xx_hal_rcc.h.
#define __HAL_RCC_RTC_ENABLE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_RTCEN) |
Macros to enable or disable the RTC clock.
None |
Definition at line 3915 of file stm32l4xx_hal_rcc.h.