OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_EFMG890F128_IAR/] [CMSIS/] [CM3/] [DeviceSupport/] [EnergyMicro/] [EFM32/] [system_efm32.h] - Blame information for rev 604

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 604 jeremybenn
/**************************************************************************//**
2
 * @file
3
 * @brief CMSIS Cortex-M3 Peripheral Access Layer for EFM32 devices
4
 *
5
 * @author Energy Micro AS
6
 * @version 1.0.2
7
 ******************************************************************************
8
 * @section License
9
 * <b>(C) Copyright 2009 Energy Micro AS, http://www.energymicro.com</b>
10
 ******************************************************************************
11
 *
12
 * This source code is the property of Energy Micro AS. The source and compiled
13
 * code may only be used on Energy Micro "EFM32" microcontrollers.
14
 *
15
 * This copyright notice may not be removed from the source code nor changed.
16
 *
17
 * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Energy Micro AS has no
18
 * obligation to support this Software. Energy Micro AS is providing the
19
 * Software "AS IS", with no express or implied warranties of any kind,
20
 * including, but not limited to, any implied warranties of merchantability
21
 * or fitness for any particular purpose or warranties against infringement
22
 * of any proprietary rights of a third party.
23
 *
24
 * Energy Micro AS will not be liable for any consequential, incidental, or
25
 * special damages, or any other relief, or for any claim by any third party,
26
 * arising from your use of this Software.
27
 *
28
 *****************************************************************************/
29
 
30
#ifndef __SYSTEM_EFM32_H
31
#define __SYSTEM_EFM32_H
32
 
33
#ifdef __cplusplus
34
extern "C" {
35
#endif
36
 
37
#include <stdint.h>
38
 
39
extern uint32_t SystemCoreClock;    /**< System Clock Frequency (Core Clock) */
40
 
41
/**************************************************************************//**
42
 * @brief Initialize the system
43
 *
44
 * @param  none
45
 * @return none
46
 *
47
 * @brief  Setup the microcontroller system.
48
 *         Initialize the System and update the SystemCoreClock variable.
49
 *****************************************************************************/
50
extern void SystemInit(void);
51
 
52
/**************************************************************************//**
53
 * @brief Update SystemCoreClock variable
54
 *
55
 * @param  none
56
 * @return none
57
 *
58
 * @brief  Updates the SystemCoreClock with current core Clock
59
 *         retrieved from cpu registers.
60
 *****************************************************************************/
61
extern void SystemCoreClockUpdate(void);
62
 
63
 
64
#ifdef __cplusplus
65
}
66
#endif
67
 
68
#endif
69
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.