APM:Libraries
stm32f4xx_conf.h
Go to the documentation of this file.
1 
22 /* Define to prevent recursive inclusion -------------------------------------*/
23 #ifndef __STM32F4xx_CONF_H
24 #define __STM32F4xx_CONF_H
25 
26 
27 
28 /* Uncomment the line below to expanse the "assert_param" macro in the
29  Standard Peripheral Library drivers code */
30 /* #define USE_FULL_ASSERT 1 */
31 
32 /* Exported macro ------------------------------------------------------------*/
33 #ifdef USE_FULL_ASSERT
34 
43  #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
44 /* Exported functions ------------------------------------------------------- */
45  void assert(uint8_t* file, uint32_t line);
46 #else
47  #define assert_param(expr) ((void)0)
48 #endif /* USE_FULL_ASSERT */
49 
50 
51 
52 /* Includes ------------------------------------------------------------------*/
53 /* Uncomment the line below to enable peripheral header file inclusion */
54 #include "stm32f4xx_adc.h"
55 #include "stm32f4xx_can.h"
56 #include "stm32f4xx_dbgmcu.h"
57 #include "stm32f4xx_dma.h"
58 #include "stm32f4xx_exti.h"
59 #include "stm32f4xx_flash.h"
60 #include "stm32f4xx_gpio.h"
61 #include "stm32f4xx_i2c.h"
62 #include "stm32f4xx_iwdg.h"
63 #include "stm32f4xx_pwr.h"
64 #include "stm32f4xx_rcc.h"
65 #include "stm32f4xx_rtc.h"
66 #include "stm32f4xx_spi.h"
67 #include "stm32f4xx_syscfg.h"
68 #include "stm32f4xx_tim.h"
69 #include "stm32f4xx_usart.h"
70 #include "stm32f4xx_wwdg.h"
71 #include "stm32f4xx_nvic.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
72 
73 /* Exported types ------------------------------------------------------------*/
74 /* Exported constants --------------------------------------------------------*/
75 
76 #endif /* __STM32F4xx_CONF_H */
77 
78 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/