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_config_t::clock_divider
Clock divider. Supported range is 1-32768.
debug_run#
bool sl_hal_burtc_init_config_t::debug_run
If true, counter will keep running under debug halt.
compare0_top#
bool sl_hal_burtc_init_config_t::compare0_top
Set if Compare Value 0 is also top value (counter restart)