You are viewing documentation for version:
CRYOTIMER initialization structure.
Public Attributes#
bool
Enable/disable counting when initialization is complete.
bool
Enable/disable timer counting during debug halt.
bool
Enable/disable EM4 Wakeup.
Select the oscillator for the CRYOTIMER.
A period between a wakeup event/interrupt.
Public Attribute 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.