Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
stm32f30x_conf.h
00001 /** 00002 ****************************************************************************** 00003 * @file stm32f30x_conf.h 00004 * @author MCD Application Team 00005 * @version V1.2.2 00006 * @date 14-August-2015 00007 * @brief Library configuration file. 00008 ****************************************************************************** 00009 * @attention 00010 * 00011 * <h2><center>© COPYRIGHT 2015 STMicroelectronics</center></h2> 00012 * 00013 * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); 00014 * You may not use this file except in compliance with the License. 00015 * You may obtain a copy of the License at: 00016 * 00017 * http://www.st.com/software_license_agreement_liberty_v2 00018 * 00019 * Unless required by applicable law or agreed to in writing, software 00020 * distributed under the License is distributed on an "AS IS" BASIS, 00021 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00022 * See the License for the specific language governing permissions and 00023 * limitations under the License. 00024 * 00025 ****************************************************************************** 00026 */ 00027 00028 /* Define to prevent recursive inclusion -------------------------------------*/ 00029 #ifndef __STM32F30X_CONF_H 00030 #define __STM32F30X_CONF_H 00031 00032 00033 /* Includes ------------------------------------------------------------------*/ 00034 /* Comment the line below to disable peripheral header file inclusion */ 00035 #include "stm32f30x_adc.h" 00036 #include "stm32f30x_can.h" 00037 #include "stm32f30x_crc.h" 00038 #include "stm32f30x_comp.h" 00039 #include "stm32f30x_dac.h" 00040 #include "stm32f30x_dbgmcu.h" 00041 #include "stm32f30x_dma.h" 00042 #include "stm32f30x_exti.h" 00043 #include "stm32f30x_flash.h" 00044 #include "stm32f30x_fmc.h" 00045 #include "stm32f30x_gpio.h" 00046 #include "stm32f30x_hrtim.h" 00047 #include "stm32f30x_syscfg.h" 00048 #include "stm32f30x_i2c.h" 00049 #include "stm32f30x_iwdg.h" 00050 #include "stm32f30x_opamp.h" 00051 #include "stm32f30x_pwr.h" 00052 #include "stm32f30x_rcc.h" 00053 #include "stm32f30x_rtc.h" 00054 #include "stm32f30x_spi.h" 00055 #include "stm32f30x_tim.h" 00056 #include "stm32f30x_usart.h" 00057 #include "stm32f30x_wwdg.h" 00058 #include "stm32f30x_misc.h" /* High level functions for NVIC and SysTick (add-on to CMSIS functions) */ 00059 00060 /* Exported types ------------------------------------------------------------*/ 00061 /* Exported constants --------------------------------------------------------*/ 00062 /* Uncomment the line below to expanse the "assert_param" macro in the 00063 Standard Peripheral Library drivers code */ 00064 /* #define USE_FULL_ASSERT 1 */ 00065 00066 /* Exported macro ------------------------------------------------------------*/ 00067 #ifdef USE_FULL_ASSERT 00068 00069 /** 00070 * @brief The assert_param macro is used for function's parameters check. 00071 * @param expr: If expr is false, it calls assert_failed function which reports 00072 * the name of the source file and the source line number of the call 00073 * that failed. If expr is true, it returns no value. 00074 * @retval None 00075 */ 00076 #define assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__)) 00077 /* Exported functions ------------------------------------------------------- */ 00078 void assert_failed(uint8_t* file, uint32_t line); 00079 #else 00080 #define assert_param(expr) ((void)0) 00081 #endif /* USE_FULL_ASSERT */ 00082 00083 #endif /* __STM32F30X_CONF_H */ 00084 00085 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated on Tue Jul 12 2022 17:34:44 by
