Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

efm32g890f128_interrupt.c File Reference

code for interrupts and exception, not implemented interrupts weak defined More...

#include "efm32.h"
#include "efm32g890f128_interrupt.h"
Include dependency graph for efm32g890f128_interrupt.c:

Go to the source code of this file.

Functions

void START (void)
 alternative start label for some compiler
int main (void)
 main routine testing the library content
void FaultHandler (void)
 handle all error conditions
void DefaultNMI_Handler (void)
void DefaultHardFault_Handler (void)
void DefaultMemManage_Handler (void)
void DefaultBusFault_Handler (void)
void DefaultUsageFault_Handler (void)
void DefaultDebugMon_Handler (void)
void DefaultSVC_Handler (void)
void DefaultPendSV_Handler (void)
void DefaultSysTick_Handler (void)
void DefaultHandler (void)
 Interrupt entry point for any unexpected exception should never been executed.

Detailed Description

code for interrupts and exception, not implemented interrupts weak defined

Author:
Energy Micro AS
Version:
1.0.0

License

(C) Copyright 2010 Energy Micro AS, http://www.energymicro.com

This source code is the property of Energy Micro AS. The source and compiled code may only be used on Energy Micro "EFM32" microcontrollers.

This copyright notice may not be removed from the source code nor changed.

DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Energy Micro AS has no obligation to support this Software. Energy Micro AS is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.

Energy Micro AS will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.

Definition in file efm32g890f128_interrupt.c.