.

Dependents:   RTC

Committer:
jhon309
Date:
Thu Aug 13 00:20:09 2015 +0000
Revision:
0:88e313c910d0
RTC Example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhon309 0:88e313c910d0 1 /**
jhon309 0:88e313c910d0 2 ******************************************************************************
jhon309 0:88e313c910d0 3 * @file stm32f0xx_hal_conf_template.h
jhon309 0:88e313c910d0 4 * @author MCD Application Team
jhon309 0:88e313c910d0 5 * @version V1.2.0
jhon309 0:88e313c910d0 6 * @date 11-December-2014
jhon309 0:88e313c910d0 7 * @brief HAL configuration file.
jhon309 0:88e313c910d0 8 ******************************************************************************
jhon309 0:88e313c910d0 9 * @attention
jhon309 0:88e313c910d0 10 *
jhon309 0:88e313c910d0 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
jhon309 0:88e313c910d0 12 *
jhon309 0:88e313c910d0 13 * Redistribution and use in source and binary forms, with or without modification,
jhon309 0:88e313c910d0 14 * are permitted provided that the following conditions are met:
jhon309 0:88e313c910d0 15 * 1. Redistributions of source code must retain the above copyright notice,
jhon309 0:88e313c910d0 16 * this list of conditions and the following disclaimer.
jhon309 0:88e313c910d0 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
jhon309 0:88e313c910d0 18 * this list of conditions and the following disclaimer in the documentation
jhon309 0:88e313c910d0 19 * and/or other materials provided with the distribution.
jhon309 0:88e313c910d0 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
jhon309 0:88e313c910d0 21 * may be used to endorse or promote products derived from this software
jhon309 0:88e313c910d0 22 * without specific prior written permission.
jhon309 0:88e313c910d0 23 *
jhon309 0:88e313c910d0 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
jhon309 0:88e313c910d0 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
jhon309 0:88e313c910d0 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
jhon309 0:88e313c910d0 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
jhon309 0:88e313c910d0 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
jhon309 0:88e313c910d0 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
jhon309 0:88e313c910d0 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
jhon309 0:88e313c910d0 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
jhon309 0:88e313c910d0 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
jhon309 0:88e313c910d0 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
jhon309 0:88e313c910d0 34 *
jhon309 0:88e313c910d0 35 ******************************************************************************
jhon309 0:88e313c910d0 36 */
jhon309 0:88e313c910d0 37
jhon309 0:88e313c910d0 38 /* Define to prevent recursive inclusion -------------------------------------*/
jhon309 0:88e313c910d0 39 #ifndef __STM32F0xx_HAL_CONF_H
jhon309 0:88e313c910d0 40 #define __STM32F0xx_HAL_CONF_H
jhon309 0:88e313c910d0 41
jhon309 0:88e313c910d0 42 #ifdef __cplusplus
jhon309 0:88e313c910d0 43 extern "C" {
jhon309 0:88e313c910d0 44 #endif
jhon309 0:88e313c910d0 45
jhon309 0:88e313c910d0 46 /* Exported types ------------------------------------------------------------*/
jhon309 0:88e313c910d0 47 /* Exported constants --------------------------------------------------------*/
jhon309 0:88e313c910d0 48
jhon309 0:88e313c910d0 49 /* ########################## Module Selection ############################## */
jhon309 0:88e313c910d0 50 /**
jhon309 0:88e313c910d0 51 * @brief This is the list of modules to be used in the HAL driver
jhon309 0:88e313c910d0 52 */
jhon309 0:88e313c910d0 53 #define HAL_MODULE_ENABLED
jhon309 0:88e313c910d0 54 #define HAL_ADC_MODULE_ENABLED
jhon309 0:88e313c910d0 55 #define HAL_CAN_MODULE_ENABLED
jhon309 0:88e313c910d0 56 #define HAL_CEC_MODULE_ENABLED
jhon309 0:88e313c910d0 57 #define HAL_COMP_MODULE_ENABLED
jhon309 0:88e313c910d0 58 #define HAL_CORTEX_MODULE_ENABLED
jhon309 0:88e313c910d0 59 #define HAL_CRC_MODULE_ENABLED
jhon309 0:88e313c910d0 60 #define HAL_DAC_MODULE_ENABLED
jhon309 0:88e313c910d0 61 #define HAL_DMA_MODULE_ENABLED
jhon309 0:88e313c910d0 62 #define HAL_FLASH_MODULE_ENABLED
jhon309 0:88e313c910d0 63 #define HAL_GPIO_MODULE_ENABLED
jhon309 0:88e313c910d0 64 #define HAL_I2C_MODULE_ENABLED
jhon309 0:88e313c910d0 65 #define HAL_I2S_MODULE_ENABLED
jhon309 0:88e313c910d0 66 #define HAL_IRDA_MODULE_ENABLED
jhon309 0:88e313c910d0 67 #define HAL_IWDG_MODULE_ENABLED
jhon309 0:88e313c910d0 68 #define HAL_PCD_MODULE_ENABLED
jhon309 0:88e313c910d0 69 #define HAL_PWR_MODULE_ENABLED
jhon309 0:88e313c910d0 70 #define HAL_RCC_MODULE_ENABLED
jhon309 0:88e313c910d0 71 #define HAL_RTC_MODULE_ENABLED
jhon309 0:88e313c910d0 72 #define HAL_SMARTCARD_MODULE_ENABLED
jhon309 0:88e313c910d0 73 #define HAL_SMBUS_MODULE_ENABLED
jhon309 0:88e313c910d0 74 #define HAL_SPI_MODULE_ENABLED
jhon309 0:88e313c910d0 75 #define HAL_TIM_MODULE_ENABLED
jhon309 0:88e313c910d0 76 #define HAL_TSC_MODULE_ENABLED
jhon309 0:88e313c910d0 77 #define HAL_UART_MODULE_ENABLED
jhon309 0:88e313c910d0 78 #define HAL_USART_MODULE_ENABLED
jhon309 0:88e313c910d0 79 #define HAL_WWDG_MODULE_ENABLED
jhon309 0:88e313c910d0 80
jhon309 0:88e313c910d0 81 /* ######################### Oscillator Values adaptation ################### */
jhon309 0:88e313c910d0 82 /**
jhon309 0:88e313c910d0 83 * @brief Adjust the value of External High Speed oscillator (HSE) used in your application.
jhon309 0:88e313c910d0 84 * This value is used by the RCC HAL module to compute the system frequency
jhon309 0:88e313c910d0 85 * (when HSE is used as system clock source, directly or through the PLL).
jhon309 0:88e313c910d0 86 */
jhon309 0:88e313c910d0 87 #if !defined (HSE_VALUE)
jhon309 0:88e313c910d0 88 #define HSE_VALUE ((uint32_t)8000000) /*!< Value of the External oscillator in Hz */
jhon309 0:88e313c910d0 89 #endif /* HSE_VALUE */
jhon309 0:88e313c910d0 90
jhon309 0:88e313c910d0 91 /**
jhon309 0:88e313c910d0 92 * @brief In the following line adjust the External High Speed oscillator (HSE) Startup
jhon309 0:88e313c910d0 93 * Timeout value
jhon309 0:88e313c910d0 94 */
jhon309 0:88e313c910d0 95 #if !defined (HSE_STARTUP_TIMEOUT)
jhon309 0:88e313c910d0 96 #define HSE_STARTUP_TIMEOUT ((uint32_t)500) /*!< Time out for HSE start up, in ms */
jhon309 0:88e313c910d0 97 #endif /* HSE_STARTUP_TIMEOUT */
jhon309 0:88e313c910d0 98
jhon309 0:88e313c910d0 99 /**
jhon309 0:88e313c910d0 100 * @brief Internal High Speed oscillator (HSI) value.
jhon309 0:88e313c910d0 101 * This value is used by the RCC HAL module to compute the system frequency
jhon309 0:88e313c910d0 102 * (when HSI is used as system clock source, directly or through the PLL).
jhon309 0:88e313c910d0 103 */
jhon309 0:88e313c910d0 104 #if !defined (HSI_VALUE)
jhon309 0:88e313c910d0 105 #define HSI_VALUE ((uint32_t)8000000) /*!< Value of the Internal oscillator in Hz*/
jhon309 0:88e313c910d0 106 #endif /* HSI_VALUE */
jhon309 0:88e313c910d0 107
jhon309 0:88e313c910d0 108 /**
jhon309 0:88e313c910d0 109 * @brief In the following line adjust the Internal High Speed oscillator (HSI) Startup
jhon309 0:88e313c910d0 110 * Timeout value
jhon309 0:88e313c910d0 111 */
jhon309 0:88e313c910d0 112 #if !defined (HSI_STARTUP_TIMEOUT)
jhon309 0:88e313c910d0 113 #define HSI_STARTUP_TIMEOUT ((uint32_t)5000) /*!< Time out for HSI start up */
jhon309 0:88e313c910d0 114 #endif /* HSI_STARTUP_TIMEOUT */
jhon309 0:88e313c910d0 115
jhon309 0:88e313c910d0 116 /**
jhon309 0:88e313c910d0 117 * @brief Internal High Speed oscillator for ADC (HSI14) value.
jhon309 0:88e313c910d0 118 */
jhon309 0:88e313c910d0 119 #if !defined (HSI14_VALUE)
jhon309 0:88e313c910d0 120 #define HSI14_VALUE ((uint32_t)14000000) /*!< Value of the Internal High Speed oscillator for ADC in Hz.
jhon309 0:88e313c910d0 121 The real value may vary depending on the variations
jhon309 0:88e313c910d0 122 in voltage and temperature. */
jhon309 0:88e313c910d0 123 #endif /* HSI14_VALUE */
jhon309 0:88e313c910d0 124
jhon309 0:88e313c910d0 125 /**
jhon309 0:88e313c910d0 126 * @brief Internal High Speed oscillator for USB (HSI48) value.
jhon309 0:88e313c910d0 127 */
jhon309 0:88e313c910d0 128 #if !defined (HSI48_VALUE)
jhon309 0:88e313c910d0 129 #define HSI48_VALUE ((uint32_t)48000000) /*!< Value of the Internal High Speed oscillator for USB in Hz.
jhon309 0:88e313c910d0 130 The real value may vary depending on the variations
jhon309 0:88e313c910d0 131 in voltage and temperature. */
jhon309 0:88e313c910d0 132 #endif /* HSI48_VALUE */
jhon309 0:88e313c910d0 133
jhon309 0:88e313c910d0 134 /**
jhon309 0:88e313c910d0 135 * @brief Internal Low Speed oscillator (LSI) value.
jhon309 0:88e313c910d0 136 */
jhon309 0:88e313c910d0 137 #if !defined (LSI_VALUE)
jhon309 0:88e313c910d0 138 #define LSI_VALUE ((uint32_t)40000)
jhon309 0:88e313c910d0 139 #endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
jhon309 0:88e313c910d0 140 The real value may vary depending on the variations
jhon309 0:88e313c910d0 141 in voltage and temperature. */
jhon309 0:88e313c910d0 142 /**
jhon309 0:88e313c910d0 143 * @brief External Low Speed oscillator (LSE) value.
jhon309 0:88e313c910d0 144 */
jhon309 0:88e313c910d0 145 #if !defined (LSE_VALUE)
jhon309 0:88e313c910d0 146 #define LSE_VALUE ((uint32_t)32768) /*!< Value of the External Low Speed oscillator in Hz */
jhon309 0:88e313c910d0 147 #endif /* LSE_VALUE */
jhon309 0:88e313c910d0 148
jhon309 0:88e313c910d0 149
jhon309 0:88e313c910d0 150 /* Tip: To avoid modifying this file each time you need to use different HSE,
jhon309 0:88e313c910d0 151 === you can define the HSE value in your toolchain compiler preprocessor. */
jhon309 0:88e313c910d0 152
jhon309 0:88e313c910d0 153 /* ########################### System Configuration ######################### */
jhon309 0:88e313c910d0 154 /**
jhon309 0:88e313c910d0 155 * @brief This is the HAL system configuration section
jhon309 0:88e313c910d0 156 */
jhon309 0:88e313c910d0 157 #define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
jhon309 0:88e313c910d0 158 #define TICK_INT_PRIORITY ((uint32_t)(1<<__NVIC_PRIO_BITS) - 1) /*!< tick interrupt priority (lowest by default) */
jhon309 0:88e313c910d0 159 /* Warning: Must be set to higher priority for HAL_Delay() */
jhon309 0:88e313c910d0 160 /* and HAL_GetTick() usage under interrupt context */
jhon309 0:88e313c910d0 161 #define USE_RTOS 0
jhon309 0:88e313c910d0 162 #define PREFETCH_ENABLE 1
jhon309 0:88e313c910d0 163 #define INSTRUCTION_CACHE_ENABLE 0
jhon309 0:88e313c910d0 164 #define DATA_CACHE_ENABLE 0
jhon309 0:88e313c910d0 165
jhon309 0:88e313c910d0 166 /* ########################## Assert Selection ############################## */
jhon309 0:88e313c910d0 167 /**
jhon309 0:88e313c910d0 168 * @brief Uncomment the line below to expanse the "assert_param" macro in the
jhon309 0:88e313c910d0 169 * HAL drivers code
jhon309 0:88e313c910d0 170 */
jhon309 0:88e313c910d0 171 /*#define USE_FULL_ASSERT 1*/
jhon309 0:88e313c910d0 172
jhon309 0:88e313c910d0 173 /* Includes ------------------------------------------------------------------*/
jhon309 0:88e313c910d0 174 /**
jhon309 0:88e313c910d0 175 * @brief Include module's header file
jhon309 0:88e313c910d0 176 */
jhon309 0:88e313c910d0 177
jhon309 0:88e313c910d0 178 #ifdef HAL_RCC_MODULE_ENABLED
jhon309 0:88e313c910d0 179 #include "stm32f0xx_hal_rcc.h"
jhon309 0:88e313c910d0 180 #endif /* HAL_RCC_MODULE_ENABLED */
jhon309 0:88e313c910d0 181
jhon309 0:88e313c910d0 182 #ifdef HAL_GPIO_MODULE_ENABLED
jhon309 0:88e313c910d0 183 #include "stm32f0xx_hal_gpio.h"
jhon309 0:88e313c910d0 184 #endif /* HAL_GPIO_MODULE_ENABLED */
jhon309 0:88e313c910d0 185
jhon309 0:88e313c910d0 186 #ifdef HAL_DMA_MODULE_ENABLED
jhon309 0:88e313c910d0 187 #include "stm32f0xx_hal_dma.h"
jhon309 0:88e313c910d0 188 #endif /* HAL_DMA_MODULE_ENABLED */
jhon309 0:88e313c910d0 189
jhon309 0:88e313c910d0 190 #ifdef HAL_CORTEX_MODULE_ENABLED
jhon309 0:88e313c910d0 191 #include "stm32f0xx_hal_cortex.h"
jhon309 0:88e313c910d0 192 #endif /* HAL_CORTEX_MODULE_ENABLED */
jhon309 0:88e313c910d0 193
jhon309 0:88e313c910d0 194 #ifdef HAL_ADC_MODULE_ENABLED
jhon309 0:88e313c910d0 195 #include "stm32f0xx_hal_adc.h"
jhon309 0:88e313c910d0 196 #endif /* HAL_ADC_MODULE_ENABLED */
jhon309 0:88e313c910d0 197
jhon309 0:88e313c910d0 198 #ifdef HAL_CAN_MODULE_ENABLED
jhon309 0:88e313c910d0 199 #include "stm32f0xx_hal_can.h"
jhon309 0:88e313c910d0 200 #endif /* HAL_CAN_MODULE_ENABLED */
jhon309 0:88e313c910d0 201
jhon309 0:88e313c910d0 202 #ifdef HAL_CEC_MODULE_ENABLED
jhon309 0:88e313c910d0 203 #include "stm32f0xx_hal_cec.h"
jhon309 0:88e313c910d0 204 #endif /* HAL_CEC_MODULE_ENABLED */
jhon309 0:88e313c910d0 205
jhon309 0:88e313c910d0 206 #ifdef HAL_COMP_MODULE_ENABLED
jhon309 0:88e313c910d0 207 #include "stm32f0xx_hal_comp.h"
jhon309 0:88e313c910d0 208 #endif /* HAL_COMP_MODULE_ENABLED */
jhon309 0:88e313c910d0 209
jhon309 0:88e313c910d0 210 #ifdef HAL_CRC_MODULE_ENABLED
jhon309 0:88e313c910d0 211 #include "stm32f0xx_hal_crc.h"
jhon309 0:88e313c910d0 212 #endif /* HAL_CRC_MODULE_ENABLED */
jhon309 0:88e313c910d0 213
jhon309 0:88e313c910d0 214 #ifdef HAL_DAC_MODULE_ENABLED
jhon309 0:88e313c910d0 215 #include "stm32f0xx_hal_dac.h"
jhon309 0:88e313c910d0 216 #endif /* HAL_DAC_MODULE_ENABLED */
jhon309 0:88e313c910d0 217
jhon309 0:88e313c910d0 218 #ifdef HAL_FLASH_MODULE_ENABLED
jhon309 0:88e313c910d0 219 #include "stm32f0xx_hal_flash.h"
jhon309 0:88e313c910d0 220 #endif /* HAL_FLASH_MODULE_ENABLED */
jhon309 0:88e313c910d0 221
jhon309 0:88e313c910d0 222 #ifdef HAL_I2C_MODULE_ENABLED
jhon309 0:88e313c910d0 223 #include "stm32f0xx_hal_i2c.h"
jhon309 0:88e313c910d0 224 #endif /* HAL_I2C_MODULE_ENABLED */
jhon309 0:88e313c910d0 225
jhon309 0:88e313c910d0 226 #ifdef HAL_I2S_MODULE_ENABLED
jhon309 0:88e313c910d0 227 #include "stm32f0xx_hal_i2s.h"
jhon309 0:88e313c910d0 228 #endif /* HAL_I2S_MODULE_ENABLED */
jhon309 0:88e313c910d0 229
jhon309 0:88e313c910d0 230 #ifdef HAL_IRDA_MODULE_ENABLED
jhon309 0:88e313c910d0 231 #include "stm32f0xx_hal_irda.h"
jhon309 0:88e313c910d0 232 #endif /* HAL_IRDA_MODULE_ENABLED */
jhon309 0:88e313c910d0 233
jhon309 0:88e313c910d0 234 #ifdef HAL_IWDG_MODULE_ENABLED
jhon309 0:88e313c910d0 235 #include "stm32f0xx_hal_iwdg.h"
jhon309 0:88e313c910d0 236 #endif /* HAL_IWDG_MODULE_ENABLED */
jhon309 0:88e313c910d0 237
jhon309 0:88e313c910d0 238 #ifdef HAL_PCD_MODULE_ENABLED
jhon309 0:88e313c910d0 239 #include "stm32f0xx_hal_pcd.h"
jhon309 0:88e313c910d0 240 #endif /* HAL_PCD_MODULE_ENABLED */
jhon309 0:88e313c910d0 241
jhon309 0:88e313c910d0 242 #ifdef HAL_PWR_MODULE_ENABLED
jhon309 0:88e313c910d0 243 #include "stm32f0xx_hal_pwr.h"
jhon309 0:88e313c910d0 244 #endif /* HAL_PWR_MODULE_ENABLED */
jhon309 0:88e313c910d0 245
jhon309 0:88e313c910d0 246 #ifdef HAL_RTC_MODULE_ENABLED
jhon309 0:88e313c910d0 247 #include "stm32f0xx_hal_rtc.h"
jhon309 0:88e313c910d0 248 #endif /* HAL_RTC_MODULE_ENABLED */
jhon309 0:88e313c910d0 249
jhon309 0:88e313c910d0 250 #ifdef HAL_SMARTCARD_MODULE_ENABLED
jhon309 0:88e313c910d0 251 #include "stm32f0xx_hal_smartcard.h"
jhon309 0:88e313c910d0 252 #endif /* HAL_SMARTCARD_MODULE_ENABLED */
jhon309 0:88e313c910d0 253
jhon309 0:88e313c910d0 254 #ifdef HAL_SMBUS_MODULE_ENABLED
jhon309 0:88e313c910d0 255 #include "stm32f0xx_hal_smbus.h"
jhon309 0:88e313c910d0 256 #endif /* HAL_SMBUS_MODULE_ENABLED */
jhon309 0:88e313c910d0 257
jhon309 0:88e313c910d0 258 #ifdef HAL_SPI_MODULE_ENABLED
jhon309 0:88e313c910d0 259 #include "stm32f0xx_hal_spi.h"
jhon309 0:88e313c910d0 260 #endif /* HAL_SPI_MODULE_ENABLED */
jhon309 0:88e313c910d0 261
jhon309 0:88e313c910d0 262 #ifdef HAL_TIM_MODULE_ENABLED
jhon309 0:88e313c910d0 263 #include "stm32f0xx_hal_tim.h"
jhon309 0:88e313c910d0 264 #endif /* HAL_TIM_MODULE_ENABLED */
jhon309 0:88e313c910d0 265
jhon309 0:88e313c910d0 266 #ifdef HAL_TSC_MODULE_ENABLED
jhon309 0:88e313c910d0 267 #include "stm32f0xx_hal_tsc.h"
jhon309 0:88e313c910d0 268 #endif /* HAL_TSC_MODULE_ENABLED */
jhon309 0:88e313c910d0 269
jhon309 0:88e313c910d0 270 #ifdef HAL_UART_MODULE_ENABLED
jhon309 0:88e313c910d0 271 #include "stm32f0xx_hal_uart.h"
jhon309 0:88e313c910d0 272 #endif /* HAL_UART_MODULE_ENABLED */
jhon309 0:88e313c910d0 273
jhon309 0:88e313c910d0 274 #ifdef HAL_USART_MODULE_ENABLED
jhon309 0:88e313c910d0 275 #include "stm32f0xx_hal_usart.h"
jhon309 0:88e313c910d0 276 #endif /* HAL_USART_MODULE_ENABLED */
jhon309 0:88e313c910d0 277
jhon309 0:88e313c910d0 278 #ifdef HAL_WWDG_MODULE_ENABLED
jhon309 0:88e313c910d0 279 #include "stm32f0xx_hal_wwdg.h"
jhon309 0:88e313c910d0 280 #endif /* HAL_WWDG_MODULE_ENABLED */
jhon309 0:88e313c910d0 281
jhon309 0:88e313c910d0 282 /* Exported macro ------------------------------------------------------------*/
jhon309 0:88e313c910d0 283 #ifdef USE_FULL_ASSERT
jhon309 0:88e313c910d0 284 /**
jhon309 0:88e313c910d0 285 * @brief The assert_param macro is used for function's parameters check.
jhon309 0:88e313c910d0 286 * @param expr: If expr is false, it calls assert_failed function
jhon309 0:88e313c910d0 287 * which reports the name of the source file and the source
jhon309 0:88e313c910d0 288 * line number of the call that failed.
jhon309 0:88e313c910d0 289 * If expr is true, it returns no value.
jhon309 0:88e313c910d0 290 * @retval None
jhon309 0:88e313c910d0 291 */
jhon309 0:88e313c910d0 292 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
jhon309 0:88e313c910d0 293 /* Exported functions ------------------------------------------------------- */
jhon309 0:88e313c910d0 294 void assert_failed(uint8_t* file, uint32_t line);
jhon309 0:88e313c910d0 295 #else
jhon309 0:88e313c910d0 296 #define assert_param(expr) ((void)0)
jhon309 0:88e313c910d0 297 #endif /* USE_FULL_ASSERT */
jhon309 0:88e313c910d0 298
jhon309 0:88e313c910d0 299 #ifdef __cplusplus
jhon309 0:88e313c910d0 300 }
jhon309 0:88e313c910d0 301 #endif
jhon309 0:88e313c910d0 302
jhon309 0:88e313c910d0 303 #endif /* __STM32F0xx_HAL_CONF_H */
jhon309 0:88e313c910d0 304
jhon309 0:88e313c910d0 305
jhon309 0:88e313c910d0 306 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
jhon309 0:88e313c910d0 307