hal
Hardware Abstraction Layer
hal_system.h
Go to the documentation of this file.
1 
9 #ifndef _HAL_SYSTEM_H
10 #define _HAL_SYSTEM_H
11 
19 void hal_system_init();
20 
21 #endif /* _HAL_SYSTEM_H */
void hal_system_init()
Initialize target hardware.
Definition: stm32f4_hal_system.c:34