BURTC initialization structure for Series 2 devices.

Public Attributes#

bool

Start BURTC after initialization.

bool

If true, counter will keep running under debug halt.

uint32_t

Clock divider.

bool

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

bool

Enable EM4 wakeup on compare match.

bool

Enable EM4 wakeup on counter overflow.

Public Attribute Documentation#

start#

bool BURTC_Init_TypeDef::start

Start BURTC after initialization.


Definition at line 141 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 142 of file platform/emlib/inc/em_burtc.h

clkDiv#

uint32_t BURTC_Init_TypeDef::clkDiv

Clock divider.

Supported range is 1-32768


Definition at line 143 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 144 of file platform/emlib/inc/em_burtc.h

em4comp#

bool BURTC_Init_TypeDef::em4comp

Enable EM4 wakeup on compare match.


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

em4overflow#

bool BURTC_Init_TypeDef::em4overflow

Enable EM4 wakeup on counter overflow.


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