RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Macros | Functions | Variables
efm32gg11_clock.c File Reference

EFM32GG11 System Clocks Setup. More...

#include <bsp.h>
#include <bsp/processor.h>
#include <bsp/efm32gg11_clock.h>
#include <stdlib.h>

Macros

#define HFRCO_FREQ_DEFAULT   19000000
 
#define PASTE2(a, b)   a ## b
 
#define PASTE3(a, b, c)   a ## b ## c
 
#define PASTE4(a, b, c, d)   a ## b ## c ## d
 
#define HFXO_MODE(t)   PASTE2(CMU_HFXOCTRL_MODE_, t)
 
#define LFXO_MODE(t)   PASTE2(CMU_LFXOCTRL_MODE_, t)
 

Functions

void efm32gg11_clock_init (void)
 

Variables

struct efm32gg11_clock_s efm32gg11_clock
 

Detailed Description

EFM32GG11 System Clocks Setup.