Home
last modified time | relevance | path

Searched refs:enable_debug_run (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_sysrtc.h101 bool enable_debug_run; ///< Counter shall keep running during debug halt. member
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_sysrtc.c89 sysrtc_config.enable_debug_run = true; in sleeptimer_hal_init_timer()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_sysrtc.c75 SYSRTC0->CFG = (p_config->enable_debug_run ? 1UL : 0UL) << _SYSRTC_CFG_DEBUGRUN_SHIFT; in sl_hal_sysrtc_init()