33 #ifndef SYSTEM_EFM32TG_H
34 #define SYSTEM_EFM32TG_H
53 void Reset_Handler(
void);
54 void NMI_Handler(
void);
55 void HardFault_Handler(
void);
56 void MemManage_Handler(
void);
57 void BusFault_Handler(
void);
58 void UsageFault_Handler(
void);
59 void SVC_Handler(
void);
60 void DebugMon_Handler(
void);
61 void PendSV_Handler(
void);
65 void GPIO_EVEN_IRQHandler(
void);
67 void USART0_RX_IRQHandler(
void);
68 void USART0_TX_IRQHandler(
void);
69 void ACMP0_IRQHandler(
void);
71 void DAC0_IRQHandler(
void);
72 void I2C0_IRQHandler(
void);
73 void GPIO_ODD_IRQHandler(
void);
74 void TIMER1_IRQHandler(
void);
75 void USART1_RX_IRQHandler(
void);
76 void USART1_TX_IRQHandler(
void);
78 void LEUART0_IRQHandler(
void);
79 void LETIMER0_IRQHandler(
void);
80 void PCNT0_IRQHandler(
void);
81 void RTC_IRQHandler(
void);
82 void CMU_IRQHandler(
void);
83 void VCMP_IRQHandler(
void);
84 void LCD_IRQHandler(
void);
85 void MSC_IRQHandler(
void);
86 void AES_IRQHandler(
void);
void TIMER0_IRQHandler(void)
TIMER0 interrupt handler.
uint32_t SystemCoreClockGet(void)
Get the current core clock frequency.
void DMA_IRQHandler(void)
Interrupt handler for DMA cycle completion handling.
uint32_t SystemCoreClock
System System Clock Frequency (Core Clock).
static __INLINE void SystemCoreClockUpdate(void)
Update CMSIS SystemCoreClock variable.
void ADC0_IRQHandler(void)
Interrupt handler is executed with frequency ~28Hz when panel is not pressed and with frequency ~140H...
uint32_t SystemULFRCOClockGet(void)
Get ultra low frequency RC oscillator clock frequency for target system.
void LESENSE_IRQHandler(void)
LESENSE interrupt handler.
uint32_t SystemLFXOClockGet(void)
Get low frequency crystal oscillator clock frequency for target system.
uint32_t SystemHFClockGet(void)
Get the current HFCLK frequency.
void SystemLFXOClockSet(uint32_t freq)
Set low frequency crystal oscillator clock frequency for target system.
uint32_t SystemHFXOClockGet(void)
Get high frequency crystal oscillator clock frequency for target system.
void SystemHFXOClockSet(uint32_t freq)
Set high frequency crystal oscillator clock frequency for target system.
void SysTick_Handler(void)
Interrupt Service Routine for system tick counter.
uint32_t SystemLFRCOClockGet(void)
Get low frequency RC oscillator clock frequency for target system.
uint32_t SystemMaxCoreClockGet(void)
Get the maximum core clock frequency.
void SystemInit(void)
Initialize the system.