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.


Definition at line 174 of file platform/emlib/inc/em_cryotimer.h

debugRun#

bool CRYOTIMER_Init_TypeDef::debugRun

Enable/disable timer counting during debug halt.


Definition at line 177 of file platform/emlib/inc/em_cryotimer.h

em4Wakeup#

bool CRYOTIMER_Init_TypeDef::em4Wakeup

Enable/disable EM4 Wakeup.


Definition at line 180 of file platform/emlib/inc/em_cryotimer.h

osc#

CRYOTIMER_Osc_TypeDef CRYOTIMER_Init_TypeDef::osc

Select the oscillator for the CRYOTIMER.


Definition at line 183 of file platform/emlib/inc/em_cryotimer.h

presc#

CRYOTIMER_Presc_TypeDef CRYOTIMER_Init_TypeDef::presc

Prescaler.


Definition at line 186 of file platform/emlib/inc/em_cryotimer.h

period#

CRYOTIMER_Period_TypeDef CRYOTIMER_Init_TypeDef::period

A period between a wakeup event/interrupt.


Definition at line 189 of file platform/emlib/inc/em_cryotimer.h