EZR32HGDevices
Functions |
|
void | ADC0_IRQHandler (void) |
Interrupt handler is executed with frequency ~28Hz when panel is not pressed and with frequency ~140Hz when panel is pressed - this will give ~50 readings per second.
|
|
void | AES_IRQHandler (void) |
void | CMU_IRQHandler (void) |
void | DMA_IRQHandler (void) |
Interrupt handler for the DMA cycle completion handling.
|
|
void | GPIO_EVEN_IRQHandler (void) |
void | GPIO_ODD_IRQHandler (void) |
void | HardFault_Handler (void) |
void | I2C0_IRQHandler (void) |
void | LEUART0_IRQHandler (void) |
void | MSC_IRQHandler (void) |
void | NMI_Handler (void) |
void | PCNT0_IRQHandler (void) |
void | PendSV_Handler (void) |
void | Reset_Handler (void) |
void | RTC_IRQHandler (void) |
void | SVC_Handler (void) |
uint32_t | SystemCoreClockGet (void) |
Get the current core clock frequency.
|
|
static __INLINE void | SystemCoreClockUpdate (void) |
Update CMSIS SystemCoreClock variable.
|
|
uint32_t | SystemHFClockGet (void) |
Get the current HFCLK frequency.
|
|
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 | SystemInit (void) |
Initialize the system.
|
|
uint32_t | SystemLFRCOClockGet (void) |
Get low frequency RC oscillator clock frequency for target system.
|
|
uint32_t | SystemLFXOClockGet (void) |
Get low frequency crystal oscillator clock frequency for target system.
|
|
void | SystemLFXOClockSet (uint32_t freq) |
Set low frequency crystal oscillator clock frequency for target system.
|
|
uint32_t | SystemMaxCoreClockGet (void) |
Get the maximum core clock frequency.
|
|
uint32_t | SystemULFRCOClockGet (void) |
Get ultra low frequency RC oscillator clock frequency for target system.
|
|
void | SysTick_Handler (void) |
Interrupt Service Routine for system tick counter.
|
|
void | TIMER0_IRQHandler (void) |
TIMER0 interrupt handler.
|
|
void | TIMER1_IRQHandler (void) |
void | TIMER2_IRQHandler (void) |
void | USART0_RX_IRQHandler (void) |
void | USART0_TX_IRQHandler (void) |
void | USARTRF_RX_IRQHandler (void) |
void | USARTRF_TX_IRQHandler (void) |
void | USB_IRQHandler (void) |
void | VCMP_IRQHandler (void) |
Variables |
|
uint32_t | SystemCoreClock |
System System Clock Frequency (Core Clock).
|
|
Function Documentation
void ADC0_IRQHandler | ( | void |
|
) |
Interrupt handler is executed with frequency ~28Hz when panel is not pressed and with frequency ~140Hz when panel is pressed - this will give ~50 readings per second.
ADC0 IRQ Handler
Definition at line
228
of file
touch.c
.
References ADC_InitSingle_TypeDef::acqTime , ADC0 , ADC_DataSingleGet() , ADC_IF_SINGLE , ADC_InitSingle() , ADC_IntClear() , ADC_Start() , ADC_X , ADC_Y , adcAcqTime128 , adcAcqTime16 , adcRefVDD , adcResOVS , adcStartSingle , TOUCH_Pos_TypeDef::adcx , TOUCH_Pos_TypeDef::adcy , GPIO_PinInGet() , GPIO_PinModeSet() , gpioModeInput , gpioModeInputPullFilter , gpioModePushPull , ADC_InitSingle_TypeDef::input , TOUCH_Pos_TypeDef::pen , ADC_InitSingle_TypeDef::reference , ADC_InitSingle_TypeDef::resolution , TOUCH_CallUpcall() , TOUCH_RecalculatePosition() , TOUCH_StateChanged() , TOUCH_X1_PIN , TOUCH_X1_PORT , TOUCH_X2_PIN , TOUCH_X2_PORT , TOUCH_Y1_PIN , TOUCH_Y1_PORT , TOUCH_Y2_PIN , TOUCH_Y2_PORT , TOUCH_Pos_TypeDef::x , and TOUCH_Pos_TypeDef::y .
void AES_IRQHandler | ( | void |
|
) |
AES IRQ Handler
void CMU_IRQHandler | ( | void |
|
) |
CMU IRQ Handler
void DMA_IRQHandler | ( | void |
|
) |
Interrupt handler for the DMA cycle completion handling.
DMA IRQ Handler
Clears any pending flags and calls registered callback (if any).
If using the default interrupt vector table setup provided, this function is automatically placed in the IRQ table due to weak linking. If taking control over the interrupt vector table in some other way, this interrupt handler must be installed to support callback actions.
For the user to implement a custom IRQ handler or run without a DMA IRQ handler, define EXCLUDE_DEFAULT_DMA_IRQ_HANDLER with a #define statement or with the compiler option -D.
Definition at line
266
of file
em_dma.c
.
References DMA_CB_TypeDef::cbFunc , DMA , DMA_IF_ERR , DMA_CB_TypeDef::primary , and DMA_CB_TypeDef::userPtr .
void GPIO_EVEN_IRQHandler | ( | void |
|
) |
GPIO EVEN IRQ Handler
Referenced by GPIOINT_CallbackRegister() .
void GPIO_ODD_IRQHandler | ( | void |
|
) |
GPIO ODD IRQ Handler
Referenced by GPIOINT_CallbackRegister() .
void HardFault_Handler | ( | void |
|
) |
Hard Fault Handler
void I2C0_IRQHandler | ( | void |
|
) |
I2C0 IRQ Handler
void LEUART0_IRQHandler | ( | void |
|
) |
LEUART0 IRQ Handler
void MSC_IRQHandler | ( | void |
|
) |
MSC IRQ Handler
void NMI_Handler | ( | void |
|
) |
NMI Handler
void PCNT0_IRQHandler | ( | void |
|
) |
PCNT0 IRQ Handler
void PendSV_Handler | ( | void |
|
) |
PendSV Handler
void Reset_Handler | ( | void |
|
) |
Reset Handler
void RTC_IRQHandler | ( | void |
|
) |
RTC IRQ Handler
void SVC_Handler | ( | void |
|
) |
SVCall Handler
uint32_t SystemCoreClockGet | ( | void |
|
) |
Get the current core clock frequency.
Calculate and get the current core clock frequency based on the current configuration. Assuming that the SystemCoreClock global variable is maintained, the core clock frequency is stored in that variable as well. This function will however calculate the core clock based on actual HW configuration. It will also update the SystemCoreClock global variable.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- The current core clock frequency in Hz.
Definition at line
127
of file
system_ezr32hg.c
.
References _CMU_HFCORECLKDIV_HFCORECLKDIV_MASK , _CMU_HFCORECLKDIV_HFCORECLKDIV_SHIFT , CMU , SystemCoreClock , and SystemHFClockGet() .
Referenced by CMU_ClockDivSet() , CMU_ClockFreqGet() , CMU_ClockSelectSet() , CMU_HFRCOBandSet() , SystemCoreClockUpdate() , SystemHFXOClockSet() , SystemLFXOClockSet() , TFT_AddressMappedInit() , and TFT_DirectInit() .
|
static |
Update CMSIS SystemCoreClock variable.
CMSIS defines a global variable SystemCoreClock that shall hold the core frequency in Hz. If the core frequency is dynamically changed, the variable must be kept updated in order to be CMSIS compliant.
Notice that if only changing core clock frequency through the emlib CMU API, this variable will be kept updated. This function is only provided for CMSIS compliance and if a user modifies the the core clock outside the CMU API.
Definition at line
107
of file
system_ezr32hg.h
.
References SystemCoreClockGet() .
Referenced by CAPLESENSE_setupCMU() , EMU_EnterEM2() , and EMU_EnterEM3() .
uint32_t SystemHFClockGet | ( | void |
|
) |
Get the current HFCLK frequency.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- The current HFCLK frequency in Hz.
Definition at line
170
of file
system_ezr32hg.c
.
References _CMU_CTRL_HFCLKDIV_MASK , _CMU_CTRL_HFCLKDIV_SHIFT , _CMU_HFRCOCTRL_BAND_MASK , CMU , CMU_HFRCOCTRL_BAND_11MHZ , CMU_HFRCOCTRL_BAND_14MHZ , CMU_HFRCOCTRL_BAND_1MHZ , CMU_HFRCOCTRL_BAND_21MHZ , CMU_HFRCOCTRL_BAND_7MHZ , CMU_STATUS_HFRCOSEL , CMU_STATUS_HFXOSEL , CMU_STATUS_LFRCOSEL , CMU_STATUS_LFXOSEL , CMU_STATUS_USHFRCODIV2SEL , and EFM32_LFRCO_FREQ .
Referenced by CMU_ClockDivSet() , CMU_ClockFreqGet() , and SystemCoreClockGet() .
uint32_t SystemHFXOClockGet | ( | void |
|
) |
Get high frequency crystal oscillator clock frequency for target system.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- HFXO frequency in Hz.
Definition at line
253
of file
system_ezr32hg.c
.
Referenced by CMU_ClockSelectSet() , CMU_HFXOInit() , and USBD_Init() .
void SystemHFXOClockSet | ( | uint32_t |
freq
|
) |
Set high frequency crystal oscillator clock frequency for target system.
- Note
- This function is mainly provided for being able to handle target systems with different HF crystal oscillator frequencies run-time. If used, it should probably only be used once during system startup.
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Parameters
-
[in] freq
HFXO frequency in Hz used for target.
Definition at line
278
of file
system_ezr32hg.c
.
References CMU , CMU_STATUS_HFXOSEL , and SystemCoreClockGet() .
Referenced by BSP_initClocks() .
void SystemInit | ( | void |
|
) |
Initialize the system.
Do required generic HW system init.
- Note
- This function is invoked during system init, before the main() routine and any data has been initialized. For this reason, it cannot do any initialization of variables etc.
Definition at line
306
of file
system_ezr32hg.c
.
uint32_t SystemLFRCOClockGet | ( | void |
|
) |
Get low frequency RC oscillator clock frequency for target system.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- LFRCO frequency in Hz.
Definition at line
323
of file
system_ezr32hg.c
.
References EFM32_LFRCO_FREQ .
uint32_t SystemLFXOClockGet | ( | void |
|
) |
Get low frequency crystal oscillator clock frequency for target system.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- LFXO frequency in Hz.
Definition at line
357
of file
system_ezr32hg.c
.
Referenced by UARTDRV_InitLeuart() .
void SystemLFXOClockSet | ( | uint32_t |
freq
|
) |
Set low frequency crystal oscillator clock frequency for target system.
- Note
- This function is mainly provided for being able to handle target systems with different HF crystal oscillator frequencies run-time. If used, it should probably only be used once during system startup.
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Parameters
-
[in] freq
LFXO frequency in Hz used for target.
Definition at line
382
of file
system_ezr32hg.c
.
References CMU , CMU_STATUS_LFXOSEL , and SystemCoreClockGet() .
Referenced by BSP_initClocks() .
uint32_t SystemMaxCoreClockGet | ( | void |
|
) |
Get the maximum core clock frequency.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- The maximum core clock frequency in Hz.
Definition at line
151
of file
system_ezr32hg.c
.
References EFM32_HFRCO_MAX_FREQ , and EFM32_HFXO_FREQ .
uint32_t SystemULFRCOClockGet | ( | void |
|
) |
Get ultra low frequency RC oscillator clock frequency for target system.
- Note
- This is an EZR32 proprietary function, not part of the CMSIS definition.
- Returns
- ULFRCO frequency in Hz.
Definition at line
341
of file
system_ezr32hg.c
.
References EFM32_ULFRCO_FREQ .
void SysTick_Handler | ( | void |
|
) |
Interrupt Service Routine for system tick counter.
SysTick Handler
- Returns
- None
Definition at line
67
of file
util.c
.
void TIMER0_IRQHandler | ( | void |
|
) |
TIMER0 interrupt handler.
TIMER0 IRQ Handler
When TIMER0 expires the number of pulses on TIMER1 is inserted into channelValues. If this values is bigger than what is recorded in channelMaxValues, channelMaxValues is updated. Finally, the next ACMP channel is selected.
Definition at line
92
of file
capsense.c
.
References channelMaxValues , channelValues , currentChannel , TIMER0 , TIMER1 , TIMER_CMD_STOP , and TIMER_IFC_OF .
void TIMER1_IRQHandler | ( | void |
|
) |
TIMER1 IRQ Handler
void TIMER2_IRQHandler | ( | void |
|
) |
TIMER2 IRQ Handler
void USART0_RX_IRQHandler | ( | void |
|
) |
USART0 RX IRQ Handler
void USART0_TX_IRQHandler | ( | void |
|
) |
USART0 TX IRQ Handler
void USARTRF_RX_IRQHandler | ( | void |
|
) |
USARTRF RX IRQ Handler
void USARTRF_TX_IRQHandler | ( | void |
|
) |
USARTRF TX IRQ Handler
void USB_IRQHandler | ( | void |
|
) |
USB IRQ Handler
void VCMP_IRQHandler | ( | void |
|
) |
VCMP IRQ Handler
Variable Documentation
uint32_t SystemCoreClock |
System System Clock Frequency (Core Clock).
System Clock Frequency (Core Clock)
(DO_NOT_INCLUDE_WITH_DOXYGEN)
Required CMSIS global variable that must be kept up-to-date.
Definition at line
97
of file
system_ezr32hg.c
.
Referenced by SystemCoreClockGet() .