STM32L443xx HAL User Manual
|
Defines | |
#define | __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Macros to force or release the Backup domain reset. | |
#define | __HAL_RCC_BACKUPRESET_RELEASE() CLEAR_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
#define __HAL_RCC_BACKUPRESET_FORCE | ( | ) | SET_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Macros to force or release the Backup domain reset.
None |
Definition at line 3895 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCCEx_PeriphCLKConfig().
#define __HAL_RCC_BACKUPRESET_RELEASE | ( | ) | CLEAR_BIT(RCC->BDCR, RCC_BDCR_BDRST) |
Definition at line 3897 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCCEx_PeriphCLKConfig().