Yuliya Smirnova / ADE7912

Dependents:   h7adc

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers gpio.h Source File

gpio.h

00001 /**
00002   ******************************************************************************
00003   * File Name          : gpio.h
00004   * Description        : This file contains all the functions prototypes for
00005   *                      the gpio
00006   ******************************************************************************
00007   * @attention
00008   *
00009   * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
00010   * All rights reserved.</center></h2>
00011   *
00012   * This software component is licensed by ST under Ultimate Liberty license
00013   * SLA0044, the "License"; You may not use this file except in compliance with
00014   * the License. You may obtain a copy of the License at:
00015   *                             www.st.com/SLA0044
00016   *
00017   ******************************************************************************
00018   */
00019 
00020 /* Define to prevent recursive inclusion -------------------------------------*/
00021 #ifndef __gpio_H
00022 #define __gpio_H
00023 #ifdef __cplusplus
00024  extern "C" {
00025 #endif
00026 
00027 /* Includes ------------------------------------------------------------------*/
00028 #include "main.h"
00029 
00030 /* USER CODE BEGIN Includes */
00031 
00032 /* USER CODE END Includes */
00033 
00034 /* USER CODE BEGIN Private defines */
00035 
00036 /* USER CODE END Private defines */
00037 
00038 void MX_GPIO_Init(void);
00039 
00040 /* USER CODE BEGIN Prototypes */
00041 
00042 /* USER CODE END Prototypes */
00043 
00044 #ifdef __cplusplus
00045 }
00046 #endif
00047 #endif /*__ pinoutConfig_H */
00048 
00049 /**
00050   * @}
00051   */
00052 
00053 /**
00054   * @}
00055   */
00056 
00057 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
00058