dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stm32f30x_conf.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __STM32F30X_CONF_H
30 #define __STM32F30X_CONF_H
31 
32 /* Includes ------------------------------------------------------------------*/
33 /* Comment the line below to disable peripheral header file inclusion */
34 #include "stm32f30x_adc.h"
35 #include "stm32f30x_can.h"
36 #include "stm32f30x_crc.h"
37 #include "stm32f30x_comp.h"
38 #include "stm32f30x_dac.h"
39 #include "stm32f30x_dbgmcu.h"
40 #include "stm32f30x_dma.h"
41 #include "stm32f30x_exti.h"
42 #include "stm32f30x_flash.h"
43 #include "stm32f30x_gpio.h"
44 #include "stm32f30x_syscfg.h"
45 #include "stm32f30x_i2c.h"
46 #include "stm32f30x_iwdg.h"
47 #include "stm32f30x_opamp.h"
48 #include "stm32f30x_pwr.h"
49 #include "stm32f30x_rcc.h"
50 #include "stm32f30x_rtc.h"
51 #include "stm32f30x_spi.h"
52 #include "stm32f30x_tim.h"
53 #include "stm32f30x_usart.h"
54 #include "stm32f30x_wwdg.h"
55 #include "stm32f30x_misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
56 
57 /* Exported types ------------------------------------------------------------*/
58 /* Exported constants --------------------------------------------------------*/
59 /* Uncomment the line below to expanse the "assert_param" macro in the
60  Standard Peripheral Library drivers code */
61 /* #define USE_FULL_ASSERT 1 */
62 
63 /* Exported macro ------------------------------------------------------------*/
64 #ifdef USE_FULL_ASSERT
65 
73  #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
74 /* Exported functions ------------------------------------------------------- */
75  void assert_failed(uint8_t* file, uint32_t line);
76 #else
77  #define assert_param(expr) ((void)0)
78 #endif /* USE_FULL_ASSERT */
79 
80 #endif /* __STM32F30X_CONF_H */
81 
82 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/