57#ifdef HAL_FLASH_MODULE_ENABLED
58#if defined(STM32F410Tx) || defined(STM32F410Cx) || defined(STM32F410Rx) || defined(STM32F411xE) || defined(STM32F446xx) || defined(STM32F412Zx) || defined(STM32F412Vx) || \
59 defined(STM32F412Rx) || defined(STM32F412Cx)
99 SET_BIT(PWR->CR, PWR_CR_FISSR);
116 CLEAR_BIT(PWR->CR, PWR_CR_FISSR);
133 SET_BIT(PWR->CR, PWR_CR_FMSSR);
150 CLEAR_BIT(PWR->CR, PWR_CR_FMSSR);
#define __HAL_RCC_PWR_CLK_ENABLE()
This file contains all the functions prototypes for the HAL module driver.
HAL_StatusTypeDef
HAL Status structures definition.