EU1KY AA
stm32_ub_system.h
Go to the documentation of this file.
1 //--------------------------------------------------------------
2 // File : stm32_ub_system.h
3 //--------------------------------------------------------------
4 
5 //--------------------------------------------------------------
6 #ifndef __STM32F7_UB_SYSTEM_H
7 #define __STM32F7_UB_SYSTEM_H
8 
9 
10 //--------------------------------------------------------------
11 // Includes
12 //--------------------------------------------------------------
13 #include "stm32f7xx.h"
14 #include "stm32f7xx_hal.h"
15 
16 
17 void UB_System_Init(void);
18 void UB_System_ClockEnable(GPIO_TypeDef* LED_PORT);
19 
20 
21 
22 
23 
24 
25 //--------------------------------------------------------------
26 // Globale Funktionen
27 //--------------------------------------------------------------
28 
29 
30 //--------------------------------------------------------------
31 #endif // __STM32F7_UB_SYSTEM_H
void UB_System_ClockEnable(GPIO_TypeDef *LED_PORT)
Definition: stm32_ub_system.c:48
void UB_System_Init(void)
Definition: stm32_ub_system.c:34