stm32f10x_conf.h
Go to the documentation of this file.
1 
22 /* Define to prevent recursive inclusion -------------------------------------*/
23 #ifndef __STM32F10x_CONF_H
24 #define __STM32F10x_CONF_H
25 
26 /* Includes ------------------------------------------------------------------*/
27 /* Uncomment/Comment the line below to enable/disable peripheral header file inclusion */
28 #include "stm32f10x_adc.h"
29 #include "stm32f10x_bkp.h"
30 #include "stm32f10x_can.h"
31 #include "stm32f10x_cec.h"
32 #include "stm32f10x_crc.h"
33 #include "stm32f10x_dac.h"
34 #include "stm32f10x_dbgmcu.h"
35 #include "stm32f10x_dma.h"
36 #include "stm32f10x_exti.h"
37 #include "stm32f10x_flash.h"
38 #include "stm32f10x_fsmc.h"
39 #include "stm32f10x_gpio.h"
40 #include "stm32f10x_i2c.h"
41 #include "stm32f10x_iwdg.h"
42 #include "stm32f10x_pwr.h"
43 #include "stm32f10x_rcc.h"
44 #include "stm32f10x_rtc.h"
45 #include "stm32f10x_sdio.h"
46 #include "stm32f10x_spi.h"
47 #include "stm32f10x_tim.h"
48 #include "stm32f10x_usart.h"
49 #include "stm32f10x_wwdg.h"
50 #include "misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */
51 
52 extern void assert_param(int val);
53 
54 /* Exported types ------------------------------------------------------------*/
55 /* Exported constants --------------------------------------------------------*/
56 /* Uncomment the line below to expanse the "assert_param" macro in the
57  Standard Peripheral Library drivers code */
58 // #define USE_FULL_ASSERT 1
59 
60 /* Exported macro ------------------------------------------------------------*/
61 #ifdef USE_FULL_ASSERT
62 
70  #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__))
71 /* Exported functions ------------------------------------------------------- */
72  void assert_failed(uint8_t* file, uint32_t line);
73 #else
74  #define assert_param(expr) ((void)0)
75 #endif /* USE_FULL_ASSERT */
76 
77 #endif /* __STM32F10x_CONF_H */
78 
79 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
This file contains all the functions prototypes for the USART firmware library.
This file contains all the functions prototypes for the PWR firmware library.
This file contains all the functions prototypes for the WWDG firmware library.
This file contains all the functions prototypes for the BKP firmware library.
This file contains all the functions prototypes for the RTC firmware library.
This file contains all the functions prototypes for the TIM firmware library.
This file contains all the functions prototypes for the GPIO firmware library.
This file contains all the functions prototypes for the DAC firmware library.
This file contains all the functions prototypes for the IWDG firmware library.
This file contains all the functions prototypes for the EXTI firmware library.
This file contains all the functions prototypes for the ADC firmware library.
This file contains all the functions prototypes for the CEC firmware library.
This file contains all the functions prototypes for the CRC firmware library.
This file contains all the functions prototypes for the RCC firmware library.
This file contains all the functions prototypes for the FLASH firmware library.
#define assert_param(expr)
This file contains all the functions prototypes for the SDIO firmware library.
This file contains all the functions prototypes for the DMA firmware library.
This file contains all the functions prototypes for the DBGMCU firmware library.
This file contains all the functions prototypes for the I2C firmware library.
This file contains all the functions prototypes for the FSMC firmware library.
This file contains all the functions prototypes for the CAN firmware library.
This file contains all the functions prototypes for the SPI firmware library.


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:48