40 #if defined( CoreDebug_DHCSR_C_DEBUGEN_Msk ) 
   60 #if defined( GPIO_ROUTE_SWCLKPEN ) || defined( GPIO_ROUTEPEN_SWCLKTCKPEN ) 
   75   return (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk) ? 
true : 
false;
 
   80 #if defined( GPIO_ROUTE_SWOPEN ) || defined( GPIO_ROUTEPEN_SWVPEN ) 
void DBG_SWOEnable(unsigned int location)
Enable Serial Wire Output (SWO) pin. 
__STATIC_INLINE bool DBG_Connected(void)
Check if a debugger is connected (and debug session activated) 
CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories microcontroller devices.