RTEMS
5.0.0
|
System clocks. More...
#include <bsp.h>
#include <bsp/system-clocks.h>
Macros | |
#define | LPC176X_OSCILLATOR_INTERNAL 4000000u |
Internal RC oscillator frequency in [Hz]. | |
Functions | |
unsigned | lpc176x_sysclk (void) |
void | lpc176x_timer_initialize (void) |
Initializes the standard timer. More... | |
void | lpc176x_micro_seconds_delay (const unsigned us) |
Delay for us micro seconds. More... | |
unsigned | lpc176x_pllclk (void) |
Returns the PLL output clock frequency in [Hz]. More... | |
unsigned | lpc176x_cclk (void) |
Returns the CPU clock frequency in [Hz]. More... | |
uint32_t | _CPU_Counter_frequency (void) |
Returns the current CPU counter frequency in Hz. More... | |
CPU_Counter_ticks | _CPU_Counter_read (void) |
Returns the current CPU counter value. More... | |
System clocks.