Home
last modified time | relevance | path

Searched refs:debugRun (Results 1 – 25 of 32) sorted by relevance

12

/hal_silabs-latest/gecko/emlib/inc/
Dem_burtc.h112 bool debugRun; /**< If true, counter will keep running under debug halt. */ member
142 bool debugRun; /**< If true, counter will keep running under debug halt */ member
Dem_rtc.h67 bool debugRun; /**< Counter shall keep running during debug halt. */ member
Dem_cryotimer.h177 bool debugRun; member
Dem_letimer.h88 bool debugRun; /**< Counter shall keep running during debug halt. */ member
Dem_wdog.h131 bool debugRun; member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_burtc.h112 bool debugRun; /**< If true, counter will keep running under debug halt. */ member
142 bool debugRun; /**< If true, counter will keep running under debug halt */ member
Dem_letimer.h88 bool debugRun; /**< Counter shall keep running during debug halt. */ member
Dem_wdog.h131 bool debugRun; member
/hal_silabs-latest/gecko/emlib/src/
Dem_wdog.c220 wdog->CFG = (init->debugRun ? WDOG_CFG_DEBUGRUN : 0U) in WDOGn_Init()
245 | (init->debugRun ? WDOG_CTRL_DEBUGRUN : 0U) in WDOGn_Init()
Dem_rtcc.c156 | ((init->debugRun ? 1UL : 0UL) << _RTCC_CTRL_DEBUGRUN_SHIFT) in RTCC_Init()
173 RTCC->CFG = ((init->debugRun ? 1UL : 0UL) << _RTCC_CFG_DEBUGRUN_SHIFT) in RTCC_Init()
Dem_burtc.c167 | (burtcInit->debugRun << _BURTC_CTRL_DEBUGRUN_SHIFT) in BURTC_Init()
207 | ((burtcInit->debugRun ? 1UL : 0UL) << _BURTC_CFG_DEBUGRUN_SHIFT); in BURTC_Init()
Dem_cryotimer.c40 | ((init->debugRun ? 1UL : 0UL) in CRYOTIMER_Init()
Dem_timer.c193 | (init->debugRun ? TIMER_CFG_DEBUGRUN : 0) in TIMER_Init()
218 | (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) in TIMER_Init()
Dem_rtc.c317 if (init->debugRun) { in RTC_Init()
Dem_letimer.c376 if (init->debugRun) { in LETIMER_Init()
Dem_lesense.c173 | ((uint32_t)init->coreCtrl.debugRun << _LESENSE_CTRL_DEBUGRUN_SHIFT); in LESENSE_Init()
181 | ((uint32_t)init->coreCtrl.debugRun << _LESENSE_CFG_DEBUGRUN_SHIFT); in LESENSE_Init()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_wdog.c220 wdog->CFG = (init->debugRun ? WDOG_CFG_DEBUGRUN : 0U) in WDOGn_Init()
245 | (init->debugRun ? WDOG_CTRL_DEBUGRUN : 0U) in WDOGn_Init()
Dem_rtcc.c156 | ((init->debugRun ? 1UL : 0UL) << _RTCC_CTRL_DEBUGRUN_SHIFT) in RTCC_Init()
173 RTCC->CFG = ((init->debugRun ? 1UL : 0UL) << _RTCC_CFG_DEBUGRUN_SHIFT) in RTCC_Init()
Dem_burtc.c167 | (burtcInit->debugRun << _BURTC_CTRL_DEBUGRUN_SHIFT) in BURTC_Init()
207 | ((burtcInit->debugRun ? 1UL : 0UL) << _BURTC_CFG_DEBUGRUN_SHIFT); in BURTC_Init()
Dem_timer.c193 | (init->debugRun ? TIMER_CFG_DEBUGRUN : 0) in TIMER_Init()
218 | (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) in TIMER_Init()
Dem_rtc.c317 if (init->debugRun) { in RTC_Init()
Dem_letimer.c376 if (init->debugRun) { in LETIMER_Init()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_timer.c122 init_config.debugRun = true; in sleeptimer_hal_init_timer()
144 init_config.debugRun = true; in sleeptimer_hal_init_timer()
Dsl_sleeptimer_hal_rtcc.c73 rtcc_init.debugRun = true; in sleeptimer_hal_init_timer()
Dsl_sleeptimer_hal_burtc.c144 burtc_init.debugRun = true; in sleeptimer_hal_init_timer()

12