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