EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
|
#include <em_cryotimer.h>
Data Fields | |
bool | enable |
bool | debugRun |
bool | em4Wakeup |
CRYOTIMER_Osc_TypeDef | osc |
CRYOTIMER_Presc_TypeDef | presc |
CRYOTIMER_Period_TypeDef | period |
CRYOTIMER initialization structure.
Definition at line 147 of file em_cryotimer.h.
bool CRYOTIMER_Init_TypeDef::enable |
Enable/disable counting when initialization is completed.
Definition at line 150 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
bool CRYOTIMER_Init_TypeDef::debugRun |
Enable/disable timer counting during debug halt.
Definition at line 153 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
bool CRYOTIMER_Init_TypeDef::em4Wakeup |
Enable/disable EM4 Wakeup.
Definition at line 156 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
CRYOTIMER_Osc_TypeDef CRYOTIMER_Init_TypeDef::osc |
Select the oscillator for the CRYOTIMER.
Definition at line 159 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
CRYOTIMER_Presc_TypeDef CRYOTIMER_Init_TypeDef::presc |
CRYOTIMER_Period_TypeDef CRYOTIMER_Init_TypeDef::period |
Period between wakeup event/interrupt.
Definition at line 165 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().