BURTC_Init_TypeDef Struct Reference
[BURTC]

#include <em_burtc.h>

Collaboration diagram for BURTC_Init_TypeDef:
Collaboration graph
[legend]

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

Detailed Description

BURTC initialization structure.

Definition at line 118 of file em_burtc.h.


Field Documentation

Clock divider; for ULFRCO 1Khz or 2kHz operation

Definition at line 125 of file em_burtc.h.

Referenced by BURTC_Init().

Select clock source

Definition at line 124 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().

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().


The documentation for this struct was generated from the following file: