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

efm32g890f128_interrupt.h File Reference

handler routines prototypes for interrupts and exception More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void FaultHandler (void)
 handle all error conditions
void NMI_Handler (void)
void HardFault_Handler (void)
void MemManage_Handler (void)
void BusFault_Handler (void)
void UsageFault_Handler (void)
void DebugMon_Handler (void)
void SVC_Handler (void)
void PendSV_Handler (void)
void SysTick_Handler (void)
 SysTick_Handler Interrupt Service Routine for system tick counter.
void DMA_IRQHandler (void)
void GPIO_EVEN_IRQHandler (void)
void TIMER0_IRQHandler (void)
 TIMER0_IRQHandler Interrupt Service Routine for timer0.
void USART0_RX_IRQHandler (void)
void USART0_TX_IRQHandler (void)
void ACMP0_IRQHandler (void)
void ADC0_IRQHandler (void)
void DAC0_IRQHandler (void)
void I2C0_IRQHandler (void)
void GPIO_ODD_IRQHandler (void)
void TIMER1_IRQHandler (void)
void TIMER2_IRQHandler (void)
void USART1_RX_IRQHandler (void)
void USART1_TX_IRQHandler (void)
void USART2_RX_IRQHandler (void)
void USART2_TX_IRQHandler (void)
void UART0_RX_IRQHandler (void)
void UART0_TX_IRQHandler (void)
void LEUART0_IRQHandler (void)
void LEUART1_IRQHandler (void)
void LETIMER0_IRQHandler (void)
void PCNT0_IRQHandler (void)
void PCNT1_IRQHandler (void)
void PCNT2_IRQHandler (void)
void RTC_IRQHandler (void)
void CMU_IRQHandler (void)
void VCMP_IRQHandler (void)
void LCD_IRQHandler (void)
void MSC_IRQHandler (void)
void AES_IRQHandler (void)
void DefaultHandler (void) __attribute__((noreturn))
 Interrupt entry point for any unexpected exception should never been executed.

Detailed Description

handler routines prototypes for interrupts and exception

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.h.