This modules is an extension to the EFM32 library.
Here interrupt handler and exceptions are defined for direkt usage
under CMSIS compliant software.
More...
Detailed Description
This modules is an extension to the EFM32 library.
Here interrupt handler and exceptions are defined for direkt usage
under CMSIS compliant software.
Function Documentation
| void ACMP0_IRQHandler |
( |
void |
| ) |
|
| void ADC0_IRQHandler |
( |
void |
| ) |
|
| void AES_IRQHandler |
( |
void |
| ) |
|
| void CMU_IRQHandler |
( |
void |
| ) |
|
| void DAC0_IRQHandler |
( |
void |
| ) |
|
| void DefaultHandler |
( |
void |
| ) |
|
| void DMA_IRQHandler |
( |
void |
| ) |
|
- Note:
- The CMSIS implementation provides the weak defined standard interrupt handler prototypes which are replaced by the default handler if not implemented in other sources Tasking compiler : the default handler is defined here and placed in the vector section of linker file GCC compiler : the Default handler is defined in the startup.c 0, handler for DMA interrupt
Definition at line 90 of file startup_efm32.c.
| void GPIO_EVEN_IRQHandler |
( |
void |
| ) |
|
| void GPIO_ODD_IRQHandler |
( |
void |
| ) |
|
| void I2C0_IRQHandler |
( |
void |
| ) |
|
| void LCD_IRQHandler |
( |
void |
| ) |
|
| void LETIMER0_IRQHandler |
( |
void |
| ) |
|
| void LEUART0_IRQHandler |
( |
void |
| ) |
|
| void LEUART1_IRQHandler |
( |
void |
| ) |
|
| void MSC_IRQHandler |
( |
void |
| ) |
|
| void PCNT0_IRQHandler |
( |
void |
| ) |
|
| void PCNT1_IRQHandler |
( |
void |
| ) |
|
| void PCNT2_IRQHandler |
( |
void |
| ) |
|
| void RTC_IRQHandler |
( |
void |
| ) |
|
| void TIMER0_IRQHandler |
( |
void |
| ) |
|
| void TIMER1_IRQHandler |
( |
void |
| ) |
|
| void TIMER2_IRQHandler |
( |
void |
| ) |
|
| void UART0_RX_IRQHandler |
( |
void |
| ) |
|
| void UART0_TX_IRQHandler |
( |
void |
| ) |
|
| void USART0_RX_IRQHandler |
( |
void |
| ) |
|
| void USART0_TX_IRQHandler |
( |
void |
| ) |
|
| void USART1_RX_IRQHandler |
( |
void |
| ) |
|
| void USART1_TX_IRQHandler |
( |
void |
| ) |
|
| void USART2_RX_IRQHandler |
( |
void |
| ) |
|
| void USART2_TX_IRQHandler |
( |
void |
| ) |
|
| void VCMP_IRQHandler |
( |
void |
| ) |
|