Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: TARGET_NUCLEO_L053R8/stm32l0xx_hal_flash_ramfunc.h
- Revision:
- 92:4fc01daae5a5
- Parent:
- 84:0b3ab51c8877
- Child:
- 96:487b796308b0
diff -r 031413cf7a89 -r 4fc01daae5a5 TARGET_NUCLEO_L053R8/stm32l0xx_hal_flash_ramfunc.h
--- a/TARGET_NUCLEO_L053R8/stm32l0xx_hal_flash_ramfunc.h Wed Oct 29 11:02:04 2014 +0000
+++ b/TARGET_NUCLEO_L053R8/stm32l0xx_hal_flash_ramfunc.h Thu Nov 27 13:33:22 2014 +0000
@@ -2,8 +2,8 @@
******************************************************************************
* @file stm32l0xx_hal_flash_ramfunc.h
* @author MCD Application Team
- * @version V1.0.0
- * @date 22-April-2014
+ * @version V1.1.0
+ * @date 18-June-2014
* @brief Header file of FLASH RAMFUNC driver.
******************************************************************************
* @attention
@@ -50,7 +50,7 @@
* @{
*/
-/** @addtogroup FLASH_RAMFUNC
+/** @addtogroup FLASHRamfunc
* @{
*/
@@ -62,10 +62,14 @@
/* I/O operation functions *****************************************************/
/* Peripheral Control functions ************************************************/
+__RAM_FUNC HAL_FLASHEx_HalfPageProgram(uint32_t Address, uint32_t *Data);
+__RAM_FUNC HAL_FLASHEx_EnableRunPowerDown(void);
+__RAM_FUNC HAL_FLASHEx_DisableRunPowerDown(void);
-__RAM_FUNC FLASH_HalfPageProgram(uint32_t Address, uint32_t *Data);
-__RAM_FUNC FLASH_EnableRunPowerDown(void);
-__RAM_FUNC FLASH_DisableRunPowerDown(void);
+/* Aliases for legacy compatibility */
+#define FLASH_HalfPageProgram HAL_FLASHEx_HalfPageProgram
+#define FLASH_EnableRunPowerDown HAL_FLASHEx_EnableRunPowerDown
+#define FLASH_DisableRunPowerDown HAL_FLASHEx_DisableRunPowerDown
/**
