EFR32 Blue Gecko 13 Software Documentation
efr32bg13-doc-5.1.2
|
CRYOTIMER initialization structure.
Definition at line 182 of file em_cryotimer.h.
#include <em_cryotimer.h>
Data Fields | |
bool | debugRun |
bool | em4Wakeup |
bool | enable |
CRYOTIMER_Osc_TypeDef | osc |
CRYOTIMER_Period_TypeDef | period |
CRYOTIMER_Presc_TypeDef | presc |
bool CRYOTIMER_Init_TypeDef::debugRun |
Enable/disable timer counting during debug halt.
Definition at line 188 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
bool CRYOTIMER_Init_TypeDef::em4Wakeup |
Enable/disable EM4 Wakeup.
Definition at line 191 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
bool CRYOTIMER_Init_TypeDef::enable |
Enable/disable counting when initialization is completed.
Definition at line 185 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 194 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
CRYOTIMER_Period_TypeDef CRYOTIMER_Init_TypeDef::period |
Period between wakeup event/interrupt.
Definition at line 200 of file em_cryotimer.h.
Referenced by CRYOTIMER_Init().
CRYOTIMER_Presc_TypeDef CRYOTIMER_Init_TypeDef::presc |