| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_burtc.h | 112 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
|
| D | em_rtc.h | 67 bool debugRun; /**< Counter shall keep running during debug halt. */ member
|
| D | em_cryotimer.h | 177 bool debugRun; member
|
| D | em_letimer.h | 88 bool debugRun; /**< Counter shall keep running during debug halt. */ member
|
| D | em_wdog.h | 131 bool debugRun; member
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_burtc.h | 112 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
|
| D | em_letimer.h | 88 bool debugRun; /**< Counter shall keep running during debug halt. */ member
|
| D | em_wdog.h | 131 bool debugRun; member
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_wdog.c | 220 wdog->CFG = (init->debugRun ? WDOG_CFG_DEBUGRUN : 0U) in WDOGn_Init() 245 | (init->debugRun ? WDOG_CTRL_DEBUGRUN : 0U) in WDOGn_Init()
|
| D | em_rtcc.c | 156 | ((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()
|
| D | em_burtc.c | 167 | (burtcInit->debugRun << _BURTC_CTRL_DEBUGRUN_SHIFT) in BURTC_Init() 207 | ((burtcInit->debugRun ? 1UL : 0UL) << _BURTC_CFG_DEBUGRUN_SHIFT); in BURTC_Init()
|
| D | em_cryotimer.c | 40 | ((init->debugRun ? 1UL : 0UL) in CRYOTIMER_Init()
|
| D | em_timer.c | 193 | (init->debugRun ? TIMER_CFG_DEBUGRUN : 0) in TIMER_Init() 218 | (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) in TIMER_Init()
|
| D | em_rtc.c | 317 if (init->debugRun) { in RTC_Init()
|
| D | em_letimer.c | 376 if (init->debugRun) { in LETIMER_Init()
|
| D | em_lesense.c | 173 | ((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/ |
| D | em_wdog.c | 220 wdog->CFG = (init->debugRun ? WDOG_CFG_DEBUGRUN : 0U) in WDOGn_Init() 245 | (init->debugRun ? WDOG_CTRL_DEBUGRUN : 0U) in WDOGn_Init()
|
| D | em_rtcc.c | 156 | ((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()
|
| D | em_burtc.c | 167 | (burtcInit->debugRun << _BURTC_CTRL_DEBUGRUN_SHIFT) in BURTC_Init() 207 | ((burtcInit->debugRun ? 1UL : 0UL) << _BURTC_CFG_DEBUGRUN_SHIFT); in BURTC_Init()
|
| D | em_timer.c | 193 | (init->debugRun ? TIMER_CFG_DEBUGRUN : 0) in TIMER_Init() 218 | (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) in TIMER_Init()
|
| D | em_rtc.c | 317 if (init->debugRun) { in RTC_Init()
|
| D | em_letimer.c | 376 if (init->debugRun) { in LETIMER_Init()
|
| /hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/ |
| D | sl_sleeptimer_hal_timer.c | 122 init_config.debugRun = true; in sleeptimer_hal_init_timer() 144 init_config.debugRun = true; in sleeptimer_hal_init_timer()
|
| D | sl_sleeptimer_hal_rtcc.c | 73 rtcc_init.debugRun = true; in sleeptimer_hal_init_timer()
|
| D | sl_sleeptimer_hal_burtc.c | 144 burtc_init.debugRun = true; in sleeptimer_hal_init_timer()
|