Home
last modified time | relevance | path

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

/hal_silabs-3.5.0/gecko/emlib/src/
Dem_wdog.c220 wdog->CFG = (init->debugRun ? WDOG_CFG_DEBUGRUN : 0U) in WDOGn_Init()
239 | (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 ? 1U : 0U) << _BURTC_CFG_DEBUGRUN_SHIFT); in BURTC_Init()
Dem_cryotimer.c40 | ((init->debugRun ? 1UL : 0UL) in CRYOTIMER_Init()
Dem_timer.c167 | (init->debugRun ? TIMER_CFG_DEBUGRUN : 0) in TIMER_Init()
194 | (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) in TIMER_Init()
Dem_rtc.c317 if (init->debugRun) { in RTC_Init()
Dem_letimer.c380 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-3.5.0/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.h130 bool debugRun; member
Dem_rtcc.h215 bool debugRun; member
Dem_timer.h285 bool debugRun; member
Dem_lesense.h688 bool debugRun; member
/hal_silabs-3.5.0/gecko/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c64 rtcc_init.debugRun = true; in sleeptimer_hal_init_timer()