TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

Peripheral Control functions

Peripheral Control functions
[FLASH Exported Functions]

Management functions. More...

Functions

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

Detailed Description

Management functions.

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


Function Documentation

HAL_StatusTypeDef HAL_FLASH_Lock ( void   )

Lock the FLASH control register access.

Return values:
HALStatus

Definition at line 490 of file stm32l4xx_hal_flash.c.

HAL_StatusTypeDef HAL_FLASH_OB_Launch ( void   )

Launch the option byte loading.

Return values:
HALStatus

Definition at line 534 of file stm32l4xx_hal_flash.c.

HAL_StatusTypeDef HAL_FLASH_OB_Lock ( void   )

Lock the FLASH Option Bytes Registers access.

Return values:
HALStatus

Definition at line 522 of file stm32l4xx_hal_flash.c.

HAL_StatusTypeDef HAL_FLASH_OB_Unlock ( void   )

Unlock the FLASH Option Bytes Registers access.

Return values:
HALStatus

Definition at line 502 of file stm32l4xx_hal_flash.c.

HAL_StatusTypeDef HAL_FLASH_Unlock ( void   )

Unlock the FLASH control register access.

Return values:
HALStatus

Definition at line 470 of file stm32l4xx_hal_flash.c.