cantata
test
STM32TestProject
Core
Inc
gpio.h
Go to the documentation of this file.
1
19
/* Define to prevent recursive inclusion -------------------------------------*/
20
#ifndef __GPIO_H__
21
#define __GPIO_H__
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
/* Includes ------------------------------------------------------------------*/
28
#include "
main.h
"
29
30
/* USER CODE BEGIN Includes */
31
32
/* USER CODE END Includes */
33
34
/* USER CODE BEGIN Private defines */
35
36
/* USER CODE END Private defines */
37
38
void
MX_GPIO_Init
(
void
);
39
40
/* USER CODE BEGIN Prototypes */
41
42
/* USER CODE END Prototypes */
43
44
#ifdef __cplusplus
45
}
46
#endif
47
#endif
/*__ GPIO_H__ */
48
49
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
main.h
: Header for main.c file.
MX_GPIO_Init
void MX_GPIO_Init(void)
Configure pins as Analog Input Output EVENT_OUT EXTI.
Definition:
gpio.c:41
Generated by
1.8.13