STM32F4xx_HAL_Driver
1.8.3
|
Peripheral Extended features functions. More...
Functions | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_StopFlashInterfaceClk (void) |
Stop the flash interface while System Run. More... | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_StartFlashInterfaceClk (void) |
Start the flash interface while System Run. More... | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_EnableFlashSleepMode (void) |
Enable the flash sleep while System Run. More... | |
__RAM_FUNC HAL_StatusTypeDef | HAL_FLASHEx_DisableFlashSleepMode (void) |
Disable the flash sleep while System Run. More... | |
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_DisableFlashSleepMode | ( | void | ) |
Disable the flash sleep while System Run.
HAL | status |
Definition at line 145 of file stm32f4xx_hal_flash_ramfunc.c.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_EnableFlashSleepMode | ( | void | ) |
Enable the flash sleep while System Run.
HAL | status |
Definition at line 128 of file stm32f4xx_hal_flash_ramfunc.c.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_StartFlashInterfaceClk | ( | void | ) |
Start the flash interface while System Run.
HAL | status |
Definition at line 111 of file stm32f4xx_hal_flash_ramfunc.c.
__RAM_FUNC HAL_StatusTypeDef HAL_FLASHEx_StopFlashInterfaceClk | ( | void | ) |
Stop the flash interface while System Run.
HAL | status |
Definition at line 94 of file stm32f4xx_hal_flash_ramfunc.c.