22 #ifndef LIBBSP_ARM_LPC176X_SYSTEM_CLOCKS_H    23 #define LIBBSP_ARM_LPC176X_SYSTEM_CLOCKS_H    54 static inline unsigned lpc176x_get_timer1( 
void )
 void lpc176x_timer_initialize(void)
Initializes the standard timer.
Definition: system-clocks.c:41
 
API definitions of the for the timer of the lpc176x bsp.
 
unsigned lpc176x_pllclk(void)
Returns the PLL output clock frequency in [Hz].
Definition: system-clocks.c:76
 
unsigned lpc176x_cclk(void)
Returns the CPU clock frequency in [Hz].
Definition: system-clocks.c:95
 
Specific register definitions according to lpc176x family boards.
 
void lpc176x_micro_seconds_delay(unsigned us)
Delay for us micro seconds.
Definition: system-clocks.c:59