CRYOTIMER_Init_TypeDef Struct Reference
CRYOTIMER initialization structure.
#include <em_cryotimer.h>
Data Fields |
|
bool | enable |
Enable/disable counting when initialization is complete.
|
|
bool | debugRun |
Enable/disable timer counting during debug halt.
|
|
bool | em4Wakeup |
Enable/disable EM4 Wakeup.
|
|
CRYOTIMER_Osc_TypeDef | osc |
Select the oscillator for the CRYOTIMER.
|
|
CRYOTIMER_Presc_TypeDef | presc |
Prescaler.
|
|
CRYOTIMER_Period_TypeDef | period |
A period between a wakeup event/interrupt.
|
|
CRYOTIMER initialization structure.
Field Documentation
◆ enable
bool CRYOTIMER_Init_TypeDef::enable |
Enable/disable counting when initialization is complete.
◆ debugRun
bool CRYOTIMER_Init_TypeDef::debugRun |
Enable/disable timer counting during debug halt.
◆ em4Wakeup
bool CRYOTIMER_Init_TypeDef::em4Wakeup |
Enable/disable EM4 Wakeup.
◆ osc
CRYOTIMER_Osc_TypeDef CRYOTIMER_Init_TypeDef::osc |
Select the oscillator for the CRYOTIMER.
◆ presc
CRYOTIMER_Presc_TypeDef CRYOTIMER_Init_TypeDef::presc |
Prescaler.
◆ period
CRYOTIMER_Period_TypeDef CRYOTIMER_Init_TypeDef::period |
A period between a wakeup event/interrupt.