STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Peripheral Extended features functions. More...
Functions | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_StopFlashInterfaceClk (void) |
Stop the flash interface while System Run. | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_StartFlashInterfaceClk (void) |
Start the flash interface while System Run. | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_EnableFlashSleepMode (void) |
Enable the flash sleep while System Run. | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_DisableFlashSleepMode (void) |
Disable the flash sleep while System Run. | |
Peripheral Extended features functions.
=============================================================================== ##### ramfunc functions ##### =============================================================================== [..] This subsection provides a set of functions that should be executed from RAM transfers.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_StopFlashInterfaceClk | ( | void | ) |
#include <stm32f4xx_hal_flash_ramfunc.h>
Stop the flash interface while System Run.
HAL | status |
Definition at line 94 of file stm32f4xx_hal_flash_ramfunc.c.
References __HAL_RCC_PWR_CLK_ENABLE, and HAL_OK.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_StartFlashInterfaceClk | ( | void | ) |
#include <stm32f4xx_hal_flash_ramfunc.h>
Start the flash interface while System Run.
HAL | status |
Definition at line 111 of file stm32f4xx_hal_flash_ramfunc.c.
References __HAL_RCC_PWR_CLK_ENABLE, and HAL_OK.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_EnableFlashSleepMode | ( | void | ) |
#include <stm32f4xx_hal_flash_ramfunc.h>
Enable the flash sleep while System Run.
HAL | status |
Definition at line 128 of file stm32f4xx_hal_flash_ramfunc.c.
References __HAL_RCC_PWR_CLK_ENABLE, and HAL_OK.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_DisableFlashSleepMode | ( | void | ) |
#include <stm32f4xx_hal_flash_ramfunc.h>
Disable the flash sleep while System Run.
HAL | status |
Definition at line 145 of file stm32f4xx_hal_flash_ramfunc.c.
References __HAL_RCC_PWR_CLK_ENABLE, and HAL_OK.