Home
last modified time | relevance | path

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

/bsp/efm32/Libraries/emlib/inc/
A Dem_wdog.h97 bool debugRun; member
A Dem_rtc.h61 bool debugRun; /**< Counter shall keep running during debug halt. */ member
A Dem_letimer.h98 bool debugRun; /**< Counter shall keep running during debug halt. */ member
A Dem_burtc.h121 bool debugRun; /**< If true, counter will keep running under debug halt */ member
A Dem_timer.h207 bool debugRun; member
A Dem_lesense.h494 bool debugRun; member
/bsp/efm32/Libraries/emlib/src/
A Dem_wdog.c129 if (init->debugRun) in WDOG_Init()
A Dem_rtc.c307 if (init->debugRun) in RTC_Init()
A Dem_burtc.c137 (burtcInit->debugRun << _BURTC_CTRL_DEBUGRUN_SHIFT) | in BURTC_Init()
A Dem_timer.c149 (init->debugRun ? TIMER_CTRL_DEBUGRUN : 0) | in TIMER_Init()
A Dem_letimer.c339 if (init->debugRun) in LETIMER_Init()
A Dem_lesense.c127 ((uint32_t)init->coreCtrl.debugRun << in LESENSE_Init()
/bsp/efm32/
A Ddrv_rtc.c145 rtcInit.debugRun = false; in rt_hw_rtc_init()
A Dboard.c152 … .debugRun = false, /* Counter shall not keep running during debug halt. */ in SysTick_Configuration()
A Ddrv_timer.c287 init.debugRun = true; in rt_hw_timer_unit_init()

Completed in 31 milliseconds