X-CUBE-SPN11 for X-NUCLEO-IHM11M1: main_F401.h Source File

X-CUBE-SPN11 for X-NUCLEO-IHM11M1

main_F401.h
Go to the documentation of this file.
1 /**
2  ******************************************************************************
3  * @file main_F401.h
4  * @author IPC
5  * @version V0
6  * @date 10/07/2016
7  * @brief Main program body for STM32F401xx
8  ******************************************************************************
9  *
10  * COPYRIGHT(c) 2015 STMicroelectronics
11  *
12  * Redistribution and use in source and binary forms, with or without modification,
13  * are permitted provided that the following conditions are met:
14  * 1. Redistributions of source code must retain the above copyright notice,
15  * this list of conditions and the following disclaimer.
16  * 2. Redistributions in binary form must reproduce the above copyright notice,
17  * this list of conditions and the following disclaimer in the documentation
18  * and/or other materials provided with the distribution.
19  * 3. Neither the name of STMicroelectronics nor the names of its contributors
20  * may be used to endorse or promote products derived from this software
21  * without specific prior written permission.
22  *
23  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
27  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
30  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
31  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33  *
34  ******************************************************************************
35  */
36 
37  extern ADC_HandleTypeDef hadc1;
38  extern TIM_HandleTypeDef htim1;
39  extern TIM_HandleTypeDef htim3;
40  extern TIM_HandleTypeDef htim4;
41  extern UART_HandleTypeDef huart2;
TIM_HandleTypeDef htim1
Definition: main_F401.c:48
ADC_HandleTypeDef hadc1
Definition: main_F401.c:46
UART_HandleTypeDef huart2
Definition: main_F401.c:53
TIM_HandleTypeDef htim4
Definition: main_F401.c:51
TIM_HandleTypeDef htim3
Definition: main_F401.c:50
Generated by   doxygen 1.8.11