Searched refs:AF_DBG_SWO_PORT (Results 1 – 3 of 3) sorted by relevance
99 #if defined (AF_DBG_SWO_PORT) in DBG_SWOEnable()100 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable()
102 #if defined (AF_DBG_SWO_PORT) in DBG_SWOEnable()103 port = AF_DBG_SWO_PORT(location); in DBG_SWOEnable()
201 #define AF_DBG_SWO_PORT(i) ((i) == 0 ? 5 : (i) == 1 ? 2 : (i) == 2 ? 3 : (i) == 3 ? 3 : … macro