ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
gpio.h
Go to the documentation of this file.
1/* USER CODE BEGIN Header */
19/* USER CODE END Header */
20/* Define to prevent recursive inclusion -------------------------------------*/
21#ifndef __GPIO_H__
22#define __GPIO_H__
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28/* Includes ------------------------------------------------------------------*/
29#include "bsp/config.h"
30
31/* USER CODE BEGIN Includes */
32
33/* USER CODE END Includes */
34
35/* USER CODE BEGIN Private defines */
36
37/* USER CODE END Private defines */
38
39void MX_GPIO_Init(void);
40
41/* USER CODE BEGIN Prototypes */
42
43/* USER CODE END Prototypes */
44
45#ifdef __cplusplus
46}
47#endif
48#endif /*__ GPIO_H__ */
49
void MX_GPIO_Init(void)
Configure pins PC14-OSC32_IN (OSC32_IN) ---—> RCC_OSC32_IN PC15-OSC32_OUT (OSC32_OUT) ---—> RCC_OSC32...
Definition gpio.c:43