APM:Libraries
libraries
AP_HAL_F4Light
boards
f4light_cl_racing
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
/* Uncomment the line below to expanse the "assert_param" macro in the
27
Standard Peripheral Library drivers code */
28
/* #define USE_FULL_ASSERT 1 */
29
30
/* Exported macro ------------------------------------------------------------*/
31
#ifdef USE_FULL_ASSERT
32
41
#define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
42
/* Exported functions ------------------------------------------------------- */
43
void
assert(uint8_t* file, uint32_t line);
44
#else
45
#define assert_param(expr) ((void)0)
46
#endif
/* USE_FULL_ASSERT */
47
48
49
/* Includes ------------------------------------------------------------------*/
50
/* Uncomment the line below to enable peripheral header file inclusion */
51
#include "stm32f4xx_adc.h"
52
#include "stm32f4xx_can.h"
53
#include "stm32f4xx_dbgmcu.h"
54
#include "stm32f4xx_dma.h"
55
#include "stm32f4xx_exti.h"
56
#include "stm32f4xx_flash.h"
57
#include "stm32f4xx_gpio.h"
58
#include "stm32f4xx_i2c.h"
59
#include "stm32f4xx_iwdg.h"
60
#include "stm32f4xx_pwr.h"
61
#include "stm32f4xx_rcc.h"
62
#include "stm32f4xx_rtc.h"
63
#include "stm32f4xx_spi.h"
64
#include "stm32f4xx_syscfg.h"
65
#include "stm32f4xx_tim.h"
66
#include "stm32f4xx_usart.h"
67
#include "stm32f4xx_wwdg.h"
68
#include "stm32f4xx_nvic.h"
/* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
69
70
/* Exported types ------------------------------------------------------------*/
71
/* Exported constants --------------------------------------------------------*/
72
73
/* If an external clock source is used, then the value of the following define
74
should be set to the value of the external clock source, else, if no external
75
clock is used, keep this define commented */
76
/*#define I2S_EXTERNAL_CLOCK_VAL 12288000 */
/* Value of the external clock in Hz */
77
78
79
80
#endif
/* __STM32F4xx_CONF_H */
81
82
/******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
Generated on Sun Jun 17 2018 14:18:49 for APM:Libraries by
1.8.13