Searched refs:SWO_LOCATION (Results 1 – 10 of 10) sorted by relevance
22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro26 #if (SWO_LOCATION == 0)28 #elif (SWO_LOCATION == 1)30 #elif (SWO_LOCATION == 2)32 #elif (SWO_LOCATION == 3)34 #elif (SWO_LOCATION >= 4)
21 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro25 #if (SWO_LOCATION == 0)27 #elif (SWO_LOCATION == 1)29 #elif (SWO_LOCATION == 2)31 #elif (SWO_LOCATION == 3)33 #elif (SWO_LOCATION >= 4)
18 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro22 #if (SWO_LOCATION == 0)24 #elif (SWO_LOCATION == 1)26 #elif (SWO_LOCATION == 2)28 #elif (SWO_LOCATION == 3)30 #elif (SWO_LOCATION >= 4)
23 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro28 #if (SWO_LOCATION == 0)30 #elif (SWO_LOCATION == 1)32 #elif (SWO_LOCATION == 2)34 #elif (SWO_LOCATION == 3)36 #elif (SWO_LOCATION >= 4)
24 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro29 #if (SWO_LOCATION == 0)31 #elif (SWO_LOCATION == 1)33 #elif (SWO_LOCATION == 2)35 #elif (SWO_LOCATION == 3)37 #elif (SWO_LOCATION >= 4)
191 GPIO->ROUTELOC0 = SWO_LOCATION << _GPIO_ROUTELOC0_SWVLOC_SHIFT; in swo_init()193 GPIO->ROUTE = GPIO_ROUTE_SWOPEN | (SWO_LOCATION << 8); in swo_init()