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.
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>© 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
Generated on Thu Jul 14 2022 00:56:52 by
1.7.2