Home
last modified time | relevance | path

Searched refs:AF_DBG_SWO_PORT (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_dbg.c99 #if defined (AF_DBG_SWO_PORT) in DBG_SWOEnable()
100 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable()
/hal_silabs-latest/gecko/emlib/src/
Dem_dbg.c102 #if defined (AF_DBG_SWO_PORT) in DBG_SWOEnable()
103 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable()
/hal_silabs-latest/gecko/Device/SiliconLabs/EFM32WG/Include/
Defm32wg_af_ports.h201 #define AF_DBG_SWO_PORT(i) ((i) == 0 ? 5 : (i) == 1 ? 2 : (i) == 2 ? 3 : (i) == 3 ? 3 : … macro