EZR32 Wonder Gecko Software Documentation
ezr32wg-doc-5.1.2
|
BURTC initialization structure.
Definition at line 116 of file em_burtc.h.
#include <em_burtc.h>
Data Fields | |
uint32_t | clkDiv |
BURTC_ClkSel_TypeDef | clkSel |
bool | compare0Top |
bool | debugRun |
bool | enable |
uint32_t | lowPowerComp |
BURTC_LP_TypeDef | lowPowerMode |
BURTC_Mode_TypeDef | mode |
bool | timeStamp |
uint32_t BURTC_Init_TypeDef::clkDiv |
Clock divider; for ULFRCO 1Khz or 2kHz operation
Definition at line 123 of file em_burtc.h.
Referenced by BURTC_Init().
BURTC_ClkSel_TypeDef BURTC_Init_TypeDef::clkSel |
bool BURTC_Init_TypeDef::compare0Top |
Set if Compare Value 0 is also top value (counter restart)
Definition at line 128 of file em_burtc.h.
Referenced by BURTC_Init().
bool BURTC_Init_TypeDef::debugRun |
If true, counter will keep running under debug halt
Definition at line 121 of file em_burtc.h.
Referenced by BURTC_Init().
bool BURTC_Init_TypeDef::enable |
Enable BURTC after initialization (starts counter)
Definition at line 118 of file em_burtc.h.
Referenced by BURTC_Init().
uint32_t BURTC_Init_TypeDef::lowPowerComp |
Number of least significantt clock bits to ignore in low power mode
Definition at line 125 of file em_burtc.h.
Referenced by BURTC_Init().
BURTC_LP_TypeDef BURTC_Init_TypeDef::lowPowerMode |
Low power operation mode, requires LFXO or LFRCO
Definition at line 130 of file em_burtc.h.
Referenced by BURTC_Init().
BURTC_Mode_TypeDef BURTC_Init_TypeDef::mode |
Configure energy mode operation
Definition at line 120 of file em_burtc.h.
Referenced by BURTC_Init().
bool BURTC_Init_TypeDef::timeStamp |
Enable time stamp on entering backup power domain
Definition at line 126 of file em_burtc.h.
Referenced by BURTC_Init().