BURTC initialization structure.

Public Attributes#

uint32_t

Clock divider. Supported range is 1-32768.

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#

clock_divider#

uint32_t sl_hal_burtc_init_t::clock_divider

Clock divider. Supported range is 1-32768.


debug_run#

bool sl_hal_burtc_init_t::debug_run

If true, counter will keep running under debug halt.


compare0_top#

bool sl_hal_burtc_init_t::compare0_top

Set if Compare Value 0 is also top value (counter restart)


em4_comparator#

bool sl_hal_burtc_init_t::em4_comparator

Enable EM4 wakeup on compare match.


em4_overflow#

bool sl_hal_burtc_init_t::em4_overflow

Enable EM4 wakeup on counter overflow.