mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Committer:
mbed_official
Date:
Fri Jun 27 07:30:09 2014 +0100
Revision:
242:7074e42da0b2
Parent:
133:d4dda5c437f0
Synchronized with git revision 124ef5e3add9e74a3221347a3fbeea7c8b3cf353

Full URL: https://github.com/mbedmicro/mbed/commit/124ef5e3add9e74a3221347a3fbeea7c8b3cf353/

[DISCO_F407VG] HAL update.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 133:d4dda5c437f0 1 /**
mbed_official 133:d4dda5c437f0 2 ******************************************************************************
mbed_official 133:d4dda5c437f0 3 * @file stm32f4xx_hal.h
mbed_official 133:d4dda5c437f0 4 * @author MCD Application Team
mbed_official 242:7074e42da0b2 5 * @version V1.1.0RC2
mbed_official 242:7074e42da0b2 6 * @date 14-May-2014
mbed_official 133:d4dda5c437f0 7 * @brief This file contains all the functions prototypes for the HAL
mbed_official 133:d4dda5c437f0 8 * module driver.
mbed_official 133:d4dda5c437f0 9 ******************************************************************************
mbed_official 133:d4dda5c437f0 10 * @attention
mbed_official 133:d4dda5c437f0 11 *
mbed_official 133:d4dda5c437f0 12 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
mbed_official 133:d4dda5c437f0 13 *
mbed_official 133:d4dda5c437f0 14 * Redistribution and use in source and binary forms, with or without modification,
mbed_official 133:d4dda5c437f0 15 * are permitted provided that the following conditions are met:
mbed_official 133:d4dda5c437f0 16 * 1. Redistributions of source code must retain the above copyright notice,
mbed_official 133:d4dda5c437f0 17 * this list of conditions and the following disclaimer.
mbed_official 133:d4dda5c437f0 18 * 2. Redistributions in binary form must reproduce the above copyright notice,
mbed_official 133:d4dda5c437f0 19 * this list of conditions and the following disclaimer in the documentation
mbed_official 133:d4dda5c437f0 20 * and/or other materials provided with the distribution.
mbed_official 133:d4dda5c437f0 21 * 3. Neither the name of STMicroelectronics nor the names of its contributors
mbed_official 133:d4dda5c437f0 22 * may be used to endorse or promote products derived from this software
mbed_official 133:d4dda5c437f0 23 * without specific prior written permission.
mbed_official 133:d4dda5c437f0 24 *
mbed_official 133:d4dda5c437f0 25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
mbed_official 133:d4dda5c437f0 26 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
mbed_official 133:d4dda5c437f0 27 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
mbed_official 133:d4dda5c437f0 28 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
mbed_official 133:d4dda5c437f0 29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
mbed_official 133:d4dda5c437f0 30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
mbed_official 133:d4dda5c437f0 31 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
mbed_official 133:d4dda5c437f0 32 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
mbed_official 133:d4dda5c437f0 33 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
mbed_official 133:d4dda5c437f0 34 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
mbed_official 133:d4dda5c437f0 35 *
mbed_official 133:d4dda5c437f0 36 ******************************************************************************
mbed_official 133:d4dda5c437f0 37 */
mbed_official 133:d4dda5c437f0 38
mbed_official 133:d4dda5c437f0 39 /* Define to prevent recursive inclusion -------------------------------------*/
mbed_official 133:d4dda5c437f0 40 #ifndef __STM32F4xx_HAL_H
mbed_official 133:d4dda5c437f0 41 #define __STM32F4xx_HAL_H
mbed_official 133:d4dda5c437f0 42
mbed_official 133:d4dda5c437f0 43 #ifdef __cplusplus
mbed_official 133:d4dda5c437f0 44 extern "C" {
mbed_official 133:d4dda5c437f0 45 #endif
mbed_official 133:d4dda5c437f0 46
mbed_official 133:d4dda5c437f0 47 /* Includes ------------------------------------------------------------------*/
mbed_official 133:d4dda5c437f0 48 #include "stm32f4xx_hal_conf.h"
mbed_official 133:d4dda5c437f0 49
mbed_official 133:d4dda5c437f0 50 /** @addtogroup STM32F4xx_HAL_Driver
mbed_official 133:d4dda5c437f0 51 * @{
mbed_official 133:d4dda5c437f0 52 */
mbed_official 133:d4dda5c437f0 53
mbed_official 133:d4dda5c437f0 54 /** @addtogroup HAL
mbed_official 133:d4dda5c437f0 55 * @{
mbed_official 133:d4dda5c437f0 56 */
mbed_official 133:d4dda5c437f0 57
mbed_official 133:d4dda5c437f0 58 /* Exported types ------------------------------------------------------------*/
mbed_official 133:d4dda5c437f0 59 /* Exported constants --------------------------------------------------------*/
mbed_official 133:d4dda5c437f0 60 /* Exported macro ------------------------------------------------------------*/
mbed_official 133:d4dda5c437f0 61
mbed_official 133:d4dda5c437f0 62 /** @brief Freeze/Unfreeze Peripherals in Debug mode
mbed_official 133:d4dda5c437f0 63 */
mbed_official 133:d4dda5c437f0 64 #define __HAL_FREEZE_TIM2_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM2_STOP))
mbed_official 133:d4dda5c437f0 65 #define __HAL_FREEZE_TIM3_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM3_STOP))
mbed_official 133:d4dda5c437f0 66 #define __HAL_FREEZE_TIM4_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM4_STOP))
mbed_official 133:d4dda5c437f0 67 #define __HAL_FREEZE_TIM5_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM5_STOP))
mbed_official 133:d4dda5c437f0 68 #define __HAL_FREEZE_TIM6_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM6_STOP))
mbed_official 133:d4dda5c437f0 69 #define __HAL_FREEZE_TIM7_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM7_STOP))
mbed_official 133:d4dda5c437f0 70 #define __HAL_FREEZE_TIM12_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM12_STOP))
mbed_official 133:d4dda5c437f0 71 #define __HAL_FREEZE_TIM13_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM13_STOP))
mbed_official 133:d4dda5c437f0 72 #define __HAL_FREEZE_TIM14_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_TIM14_STOP))
mbed_official 133:d4dda5c437f0 73 #define __HAL_FREEZE_RTC_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_RTC_STOP))
mbed_official 133:d4dda5c437f0 74 #define __HAL_FREEZE_WWDG_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_WWDG_STOP))
mbed_official 133:d4dda5c437f0 75 #define __HAL_FREEZE_IWDG_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_IWDG_STOP))
mbed_official 133:d4dda5c437f0 76 #define __HAL_FREEZE_I2C1_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 77 #define __HAL_FREEZE_I2C2_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 78 #define __HAL_FREEZE_I2C3_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_I2C3_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 79 #define __HAL_FREEZE_CAN1_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_CAN1_STOP))
mbed_official 133:d4dda5c437f0 80 #define __HAL_FREEZE_CAN2_DBGMCU() (DBGMCU->APB1FZ |= (DBGMCU_APB1_FZ_DBG_CAN2_STOP))
mbed_official 133:d4dda5c437f0 81 #define __HAL_FREEZE_TIM1_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_TIM1_STOP))
mbed_official 133:d4dda5c437f0 82 #define __HAL_FREEZE_TIM8_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_TIM8_STOP))
mbed_official 133:d4dda5c437f0 83 #define __HAL_FREEZE_TIM9_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_TIM9_STOP))
mbed_official 133:d4dda5c437f0 84 #define __HAL_FREEZE_TIM10_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_TIM10_STOP))
mbed_official 133:d4dda5c437f0 85 #define __HAL_FREEZE_TIM11_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_TIM11_STOP))
mbed_official 133:d4dda5c437f0 86
mbed_official 133:d4dda5c437f0 87 #define __HAL_UNFREEZE_TIM2_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM2_STOP))
mbed_official 133:d4dda5c437f0 88 #define __HAL_UNFREEZE_TIM3_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM3_STOP))
mbed_official 133:d4dda5c437f0 89 #define __HAL_UNFREEZE_TIM4_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM4_STOP))
mbed_official 133:d4dda5c437f0 90 #define __HAL_UNFREEZE_TIM5_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM5_STOP))
mbed_official 133:d4dda5c437f0 91 #define __HAL_UNFREEZE_TIM6_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM6_STOP))
mbed_official 133:d4dda5c437f0 92 #define __HAL_UNFREEZE_TIM7_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM7_STOP))
mbed_official 133:d4dda5c437f0 93 #define __HAL_UNFREEZE_TIM12_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM12_STOP))
mbed_official 133:d4dda5c437f0 94 #define __HAL_UNFREEZE_TIM13_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM13_STOP))
mbed_official 133:d4dda5c437f0 95 #define __HAL_UNFREEZE_TIM14_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_TIM14_STOP))
mbed_official 133:d4dda5c437f0 96 #define __HAL_UNFREEZE_RTC_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_RTC_STOP))
mbed_official 133:d4dda5c437f0 97 #define __HAL_UNFREEZE_WWDG_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_WWDG_STOP))
mbed_official 133:d4dda5c437f0 98 #define __HAL_UNFREEZE_IWDG_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_IWDG_STOP))
mbed_official 133:d4dda5c437f0 99 #define __HAL_UNFREEZE_I2C1_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 100 #define __HAL_UNFREEZE_I2C2_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 101 #define __HAL_UNFREEZE_I2C3_TIMEOUT_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_I2C3_SMBUS_TIMEOUT))
mbed_official 133:d4dda5c437f0 102 #define __HAL_UNFREEZE_CAN1_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_CAN1_STOP))
mbed_official 133:d4dda5c437f0 103 #define __HAL_UNFREEZE_CAN2_DBGMCU() (DBGMCU->APB1FZ &= ~(DBGMCU_APB1_FZ_DBG_CAN2_STOP))
mbed_official 133:d4dda5c437f0 104 #define __HAL_UNFREEZE_TIM1_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_TIM1_STOP))
mbed_official 133:d4dda5c437f0 105 #define __HAL_UNFREEZE_TIM8_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_TIM8_STOP))
mbed_official 133:d4dda5c437f0 106 #define __HAL_UNFREEZE_TIM9_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_TIM9_STOP))
mbed_official 133:d4dda5c437f0 107 #define __HAL_UNFREEZE_TIM10_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_TIM10_STOP))
mbed_official 133:d4dda5c437f0 108 #define __HAL_UNFREEZE_TIM11_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_TIM11_STOP))
mbed_official 133:d4dda5c437f0 109
mbed_official 133:d4dda5c437f0 110 /** @brief Main Flash memory mapped at 0x00000000
mbed_official 133:d4dda5c437f0 111 */
mbed_official 133:d4dda5c437f0 112 #define __HAL_REMAPMEMORY_FLASH() (SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE))
mbed_official 133:d4dda5c437f0 113
mbed_official 133:d4dda5c437f0 114 /** @brief System Flash memory mapped at 0x00000000
mbed_official 133:d4dda5c437f0 115 */
mbed_official 133:d4dda5c437f0 116 #define __HAL_REMAPMEMORY_SYSTEMFLASH() do {SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE);\
mbed_official 133:d4dda5c437f0 117 SYSCFG->MEMRMP |= SYSCFG_MEMRMP_MEM_MODE_0;\
mbed_official 133:d4dda5c437f0 118 }while(0);
mbed_official 133:d4dda5c437f0 119
mbed_official 133:d4dda5c437f0 120 /** @brief Embedded SRAM mapped at 0x00000000
mbed_official 133:d4dda5c437f0 121 */
mbed_official 133:d4dda5c437f0 122 #define __HAL_REMAPMEMORY_SRAM() do {SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE);\
mbed_official 133:d4dda5c437f0 123 SYSCFG->MEMRMP |= (SYSCFG_MEMRMP_MEM_MODE_0 | SYSCFG_MEMRMP_MEM_MODE_1);\
mbed_official 133:d4dda5c437f0 124 }while(0);
mbed_official 133:d4dda5c437f0 125
mbed_official 133:d4dda5c437f0 126 #if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx)|| defined(STM32F417xx)
mbed_official 133:d4dda5c437f0 127 /** @brief FSMC Bank1 (NOR/PSRAM 1 and 2) mapped at 0x00000000
mbed_official 133:d4dda5c437f0 128 */
mbed_official 133:d4dda5c437f0 129 #define __HAL_REMAPMEMORY_FSMC() do {SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE);\
mbed_official 133:d4dda5c437f0 130 SYSCFG->MEMRMP |= (SYSCFG_MEMRMP_MEM_MODE_1);\
mbed_official 133:d4dda5c437f0 131 }while(0);
mbed_official 133:d4dda5c437f0 132 #endif /* STM32F405xx || STM32F415xx || STM32F407xx || STM32F417xx */
mbed_official 133:d4dda5c437f0 133
mbed_official 133:d4dda5c437f0 134 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx)|| defined(STM32F439xx)
mbed_official 133:d4dda5c437f0 135 /** @brief FMC Bank1 (NOR/PSRAM 1 and 2) mapped at 0x00000000
mbed_official 133:d4dda5c437f0 136 */
mbed_official 133:d4dda5c437f0 137 #define __HAL_REMAPMEMORY_FMC() do {SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE);\
mbed_official 133:d4dda5c437f0 138 SYSCFG->MEMRMP |= (SYSCFG_MEMRMP_MEM_MODE_1);\
mbed_official 133:d4dda5c437f0 139 }while(0);
mbed_official 133:d4dda5c437f0 140
mbed_official 133:d4dda5c437f0 141 /** @brief FMC/SDRAM Bank 1 and 2 mapped at 0x00000000
mbed_official 133:d4dda5c437f0 142 */
mbed_official 133:d4dda5c437f0 143 #define __HAL_REMAPMEMORY_FMC_SDRAM() do {SYSCFG->MEMRMP &= ~(SYSCFG_MEMRMP_MEM_MODE);\
mbed_official 133:d4dda5c437f0 144 SYSCFG->MEMRMP |= (SYSCFG_MEMRMP_MEM_MODE_2);\
mbed_official 133:d4dda5c437f0 145 }while(0);
mbed_official 133:d4dda5c437f0 146 #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
mbed_official 133:d4dda5c437f0 147
mbed_official 133:d4dda5c437f0 148 /* Exported functions --------------------------------------------------------*/
mbed_official 133:d4dda5c437f0 149
mbed_official 133:d4dda5c437f0 150 /* Initialization and de-initialization functions ******************************/
mbed_official 133:d4dda5c437f0 151 HAL_StatusTypeDef HAL_Init(void);
mbed_official 133:d4dda5c437f0 152 HAL_StatusTypeDef HAL_DeInit(void);
mbed_official 133:d4dda5c437f0 153 void HAL_MspInit(void);
mbed_official 133:d4dda5c437f0 154 void HAL_MspDeInit(void);
mbed_official 242:7074e42da0b2 155 HAL_StatusTypeDef HAL_InitTick (uint32_t TickPriority);
mbed_official 133:d4dda5c437f0 156
mbed_official 133:d4dda5c437f0 157 /* Peripheral Control functions ************************************************/
mbed_official 242:7074e42da0b2 158 void HAL_IncTick(void);
mbed_official 242:7074e42da0b2 159 void HAL_Delay(__IO uint32_t Delay);
mbed_official 133:d4dda5c437f0 160 uint32_t HAL_GetTick(void);
mbed_official 242:7074e42da0b2 161 void HAL_SuspendTick(void);
mbed_official 242:7074e42da0b2 162 void HAL_ResumeTick(void);
mbed_official 133:d4dda5c437f0 163 uint32_t HAL_GetHalVersion(void);
mbed_official 133:d4dda5c437f0 164 uint32_t HAL_GetREVID(void);
mbed_official 133:d4dda5c437f0 165 uint32_t HAL_GetDEVID(void);
mbed_official 133:d4dda5c437f0 166 void HAL_EnableDBGSleepMode(void);
mbed_official 133:d4dda5c437f0 167 void HAL_DisableDBGSleepMode(void);
mbed_official 133:d4dda5c437f0 168 void HAL_EnableDBGStopMode(void);
mbed_official 133:d4dda5c437f0 169 void HAL_DisableDBGStopMode(void);
mbed_official 133:d4dda5c437f0 170 void HAL_EnableDBGStandbyMode(void);
mbed_official 133:d4dda5c437f0 171 void HAL_DisableDBGStandbyMode(void);
mbed_official 133:d4dda5c437f0 172 void HAL_EnableCompensationCell(void);
mbed_official 133:d4dda5c437f0 173 void HAL_DisableCompensationCell(void);
mbed_official 133:d4dda5c437f0 174 #if defined(STM32F427xx) || defined(STM32F437xx) || defined(STM32F429xx)|| defined(STM32F439xx)
mbed_official 133:d4dda5c437f0 175 void HAL_EnableMemorySwappingBank(void);
mbed_official 133:d4dda5c437f0 176 void HAL_DisableMemorySwappingBank(void);
mbed_official 133:d4dda5c437f0 177 #endif /* STM32F427xx || STM32F437xx || STM32F429xx || STM32F439xx */
mbed_official 133:d4dda5c437f0 178
mbed_official 133:d4dda5c437f0 179
mbed_official 133:d4dda5c437f0 180 /**
mbed_official 133:d4dda5c437f0 181 * @}
mbed_official 133:d4dda5c437f0 182 */
mbed_official 133:d4dda5c437f0 183
mbed_official 133:d4dda5c437f0 184 /**
mbed_official 133:d4dda5c437f0 185 * @}
mbed_official 133:d4dda5c437f0 186 */
mbed_official 133:d4dda5c437f0 187
mbed_official 133:d4dda5c437f0 188 #ifdef __cplusplus
mbed_official 133:d4dda5c437f0 189 }
mbed_official 133:d4dda5c437f0 190 #endif
mbed_official 133:d4dda5c437f0 191
mbed_official 133:d4dda5c437f0 192 #endif /* __STM32F4xx_HAL_H */
mbed_official 133:d4dda5c437f0 193
mbed_official 133:d4dda5c437f0 194 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/