BURTC_Init_TypeDef Struct Reference
BURTC initialization structure for Series 2 devices.
      
       #include <em_burtc.h>
      
     
| Data Fields | |
| bool | start | 
| Start BURTC after initialization. | |
| bool | debugRun | 
| If true, counter will keep running under debug halt. | |
| uint32_t | clkDiv | 
| Clock divider. | |
| bool | compare0Top | 
| Set if Compare Value 0 is also top value (counter restart) | |
| bool | em4comp | 
| Enable EM4 wakeup on compare match. | |
| bool | em4overflow | 
| Enable EM4 wakeup on counter overflow. | |
BURTC initialization structure for Series 2 devices.
Field 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.