X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/cc1afb21bdc089426652f21769164645cae062fd..243fec4450d3a3246f3f0d92751a95daef7c1503:/embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h diff --git a/embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h b/embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h index 9f8c27f..9e790d8 100644 --- a/embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h +++ b/embedded/arch/arm/mach-lpc21xx/libs/hal/hal_machperiph.h @@ -1,8 +1,10 @@ #ifndef _HAL_MACHPERIPH_H #define _HAL_MACHPERIPH_H -void lpc_pll_on(); -void lpc_pll_off(); +extern unsigned int system_frequency; /*!< System Clock Frequency (Core Clock) */ + +void system_clock_init(void); + void lpc_watchdog_init(int on,int timeout_ms); void lpc_watchdog_feed();