Skip to content
Snippets Groups Projects
Select Git revision
  • a7b5561e1a5f38dd18910089b1462729cda91b33
  • master default protected
  • klee
3 results

stm32f4xx_conf.h

Blame
  • stm32f4xx_conf.h 3.59 KiB
    /**
      ******************************************************************************
      * @file    Project/STM32F4xx_StdPeriph_Templates/stm32f4xx_conf.h  
      * @author  MCD Application Team
      * @version V1.1.0
      * @date    18-January-2013
      * @brief   Library configuration file.
      ******************************************************************************
      * @attention
      *
      * <h2><center>&copy; COPYRIGHT 2013 STMicroelectronics</center></h2>
      *
      * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");
      * You may not use this file except in compliance with the License.
      * You may obtain a copy of the License at:
      *
      *        http://www.st.com/software_license_agreement_liberty_v2
      *
      * Unless required by applicable law or agreed to in writing, software 
      * distributed under the License is distributed on an "AS IS" BASIS, 
      * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      * See the License for the specific language governing permissions and
      * limitations under the License.
      *
      ******************************************************************************
      */
    
    /* Define to prevent recursive inclusion -------------------------------------*/
    #ifndef __STM32F4xx_CONF_H
    #define __STM32F4xx_CONF_H
    
    /* Includes ------------------------------------------------------------------*/
    /* Uncomment the line below to enable peripheral header file inclusion */
    #include "stm32f4xx_adc.h"
    #include "stm32f4xx_can.h"
    #include "stm32f4xx_crc.h"
    #include "stm32f4xx_cryp.h"
    #include "stm32f4xx_dac.h"
    #include "stm32f4xx_dbgmcu.h"
    #include "stm32f4xx_dcmi.h"
    #include "stm32f4xx_dma.h"
    #include "stm32f4xx_exti.h"
    #include "stm32f4xx_flash.h"
    #include "stm32f4xx_fsmc.h"
    #include "stm32f4xx_hash.h"
    #include "stm32f4xx_gpio.h"
    #include "stm32f4xx_i2c.h"
    #include "stm32f4xx_iwdg.h"
    #include "stm32f4xx_pwr.h"
    #include "stm32f4xx_rcc.h"
    #include "stm32f4xx_rng.h"
    #include "stm32f4xx_rtc.h"
    #include "stm32f4xx_sdio.h"
    #include "stm32f4xx_spi.h"
    #include "stm32f4xx_syscfg.h"
    #include "stm32f4xx_tim.h"
    #include "stm32f4xx_usart.h"
    #include "stm32f4xx_wwdg.h"
    #include "misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
    
    /* Exported types ------------------------------------------------------------*/
    /* Exported constants --------------------------------------------------------*/
    
    /* If an external clock source is used, then the value of the following define 
       should be set to the value of the external clock source, else, if no external 
       clock is used, keep this define commented */
    /*#define I2S_EXTERNAL_CLOCK_VAL   12288000 */ /* Value of the external clock in Hz */
    
    
    /* Uncomment the line below to expanse the "assert_param" macro in the