STM32F4xx_HAL_Driver  1.8.3
Peripheral Control functions

management functions More...

+ Collaboration diagram for Peripheral Control functions:

Functions

HAL_StatusTypeDef HAL_FLASH_Unlock (void)
 Unlock the FLASH control register access. More...
 
HAL_StatusTypeDef HAL_FLASH_Lock (void)
 Locks the FLASH control register access. More...
 
HAL_StatusTypeDef HAL_FLASH_OB_Unlock (void)
 Unlock the FLASH Option Control Registers access. More...
 
HAL_StatusTypeDef HAL_FLASH_OB_Lock (void)
 Lock the FLASH Option Control Registers access. More...
 
HAL_StatusTypeDef HAL_FLASH_OB_Launch (void)
 Launch the option byte loading. More...
 

Detailed Description

management functions

 ===============================================================================
                      ##### Peripheral Control functions #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to control the FLASH
    memory operations.

Function Documentation

◆ HAL_FLASH_Lock()

HAL_StatusTypeDef HAL_FLASH_Lock ( void  )

Locks the FLASH control register access.

Return values
HALStatus

Definition at line 449 of file stm32f4xx_hal_flash.c.

◆ HAL_FLASH_OB_Launch()

HAL_StatusTypeDef HAL_FLASH_OB_Launch ( void  )

Launch the option byte loading.

Return values
HALStatus

Definition at line 493 of file stm32f4xx_hal_flash.c.

◆ HAL_FLASH_OB_Lock()

HAL_StatusTypeDef HAL_FLASH_OB_Lock ( void  )

Lock the FLASH Option Control Registers access.

Return values
HALStatus

Definition at line 481 of file stm32f4xx_hal_flash.c.

◆ HAL_FLASH_OB_Unlock()

HAL_StatusTypeDef HAL_FLASH_OB_Unlock ( void  )

Unlock the FLASH Option Control Registers access.

Return values
HALStatus

Definition at line 461 of file stm32f4xx_hal_flash.c.

◆ HAL_FLASH_Unlock()

HAL_StatusTypeDef HAL_FLASH_Unlock ( void  )

Unlock the FLASH control register access.

Return values
HALStatus

Definition at line 425 of file stm32f4xx_hal_flash.c.