Initial commit
This commit is contained in:
commit
e16ec19e3a
51 changed files with 4909 additions and 0 deletions
14
include/fe_clocks.h
Normal file
14
include/fe_clocks.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#ifndef __FE_CLOCKS_H__
|
||||
#define __FE_CLOCKS_H__
|
||||
|
||||
extern unsigned int sysclk_speed;
|
||||
extern unsigned int ahb_speed;
|
||||
extern unsigned int apb1_speed;
|
||||
extern unsigned int apb2_speed;
|
||||
extern unsigned int apb1_timer_speed;
|
||||
extern unsigned int apb2_timer_speed;
|
||||
|
||||
void fe_config_clocks(void);
|
||||
void delay_ms(int ms);
|
||||
|
||||
#endif /* __FE_CLOCKS_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue