You are viewing documentation for version:
BURTC initialization structure for Series 2 devices. 
Public Attributes#
bool
Start BURTC after initialization. 
bool
If true, counter will keep running under debug halt. 
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. 
debugRun#
bool BURTC_Init_TypeDef::debugRun
If true, counter will keep running under debug halt. 
clkDiv#
uint32_t BURTC_Init_TypeDef::clkDiv
Clock divider. 
Supported range is 1-32768 
compare0Top#
bool BURTC_Init_TypeDef::compare0Top
Set if Compare Value 0 is also top value (counter restart) 
em4comp#
bool BURTC_Init_TypeDef::em4comp
Enable EM4 wakeup on compare match. 
em4overflow#
bool BURTC_Init_TypeDef::em4overflow
Enable EM4 wakeup on counter overflow.