BURTC initialization structure for Series 0 devices.

Public Attributes#

bool

Enable BURTC after initialization (starts counter).

Configure energy mode operation.

bool

If true, counter will keep running under debug halt.

Select clock source.

uint32_t

Clock divider; for ULFRCO 1Khz or 2kHz operation.

uint32_t

Number of least significant clock bits to ignore in low power mode.

bool

Enable time stamp on entering backup power domain.

bool

Set if Compare Value 0 is also top value (counter restart).

Low power operation mode, requires LFXO or LFRCO.

Public Attribute Documentation#

enable#

bool BURTC_Init_TypeDef::enable

Enable BURTC after initialization (starts counter).


Definition at line 109 of file platform/emlib/inc/em_burtc.h

mode#

BURTC_Mode_TypeDef BURTC_Init_TypeDef::mode

Configure energy mode operation.


Definition at line 111 of file platform/emlib/inc/em_burtc.h

debugRun#

bool BURTC_Init_TypeDef::debugRun

If true, counter will keep running under debug halt.


Definition at line 112 of file platform/emlib/inc/em_burtc.h

clkSel#

BURTC_ClkSel_TypeDef BURTC_Init_TypeDef::clkSel

Select clock source.


Definition at line 113 of file platform/emlib/inc/em_burtc.h

clkDiv#

uint32_t BURTC_Init_TypeDef::clkDiv

Clock divider; for ULFRCO 1Khz or 2kHz operation.


Definition at line 114 of file platform/emlib/inc/em_burtc.h

lowPowerComp#

uint32_t BURTC_Init_TypeDef::lowPowerComp

Number of least significant clock bits to ignore in low power mode.


Definition at line 116 of file platform/emlib/inc/em_burtc.h

timeStamp#

bool BURTC_Init_TypeDef::timeStamp

Enable time stamp on entering backup power domain.


Definition at line 117 of file platform/emlib/inc/em_burtc.h

compare0Top#

bool BURTC_Init_TypeDef::compare0Top

Set if Compare Value 0 is also top value (counter restart).


Definition at line 119 of file platform/emlib/inc/em_burtc.h

lowPowerMode#

BURTC_LP_TypeDef BURTC_Init_TypeDef::lowPowerMode

Low power operation mode, requires LFXO or LFRCO.


Definition at line 121 of file platform/emlib/inc/em_burtc.h