#include <em_burtc.h>
Data Fields | |
bool | enable |
BURTC_Mode_TypeDef | mode |
bool | debugRun |
BURTC_ClkSel_TypeDef | clkSel |
uint32_t | clkDiv |
uint32_t | lowPowerComp |
bool | timeStamp |
bool | compare0Top |
BURTC_LP_TypeDef | lowPowerMode |
BURTC initialization structure.
Definition at line 118 of file em_burtc.h.
uint32_t BURTC_Init_TypeDef::clkDiv |
Clock divider; for ULFRCO 1Khz or 2kHz operation
Definition at line 125 of file em_burtc.h.
Referenced by BURTC_Init().
Set if Compare Value 0 is also top value (counter restart)
Definition at line 130 of file em_burtc.h.
Referenced by BURTC_Init().
If true, counter will keep running under debug halt
Definition at line 123 of file em_burtc.h.
Referenced by BURTC_Init().
Enable BURTC after initialization (starts counter)
Definition at line 120 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 127 of file em_burtc.h.
Referenced by BURTC_Init().
Low power operation mode, requires LFXO or LFRCO
Definition at line 132 of file em_burtc.h.
Referenced by BURTC_Init().
Configure energy mode operation
Definition at line 122 of file em_burtc.h.
Referenced by BURTC_Init().
Enable time stamp on entering backup power domain
Definition at line 128 of file em_burtc.h.
Referenced by BURTC_Init().