Home
last modified time | relevance | path

Searched refs:SWO_LOCATION (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efm32jg12b/
Dsoc_pinmap.h22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
26 #if (SWO_LOCATION == 0)
28 #elif (SWO_LOCATION == 1)
30 #elif (SWO_LOCATION == 2)
32 #elif (SWO_LOCATION == 3)
34 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efm32pg12b/
Dsoc_pinmap.h22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
26 #if (SWO_LOCATION == 0)
28 #elif (SWO_LOCATION == 1)
30 #elif (SWO_LOCATION == 2)
32 #elif (SWO_LOCATION == 3)
34 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efr32mg12p/
Dsoc_pinmap.h21 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
25 #if (SWO_LOCATION == 0)
27 #elif (SWO_LOCATION == 1)
29 #elif (SWO_LOCATION == 2)
31 #elif (SWO_LOCATION == 3)
33 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efm32pg1b/
Dsoc_pinmap.h22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
26 #if (SWO_LOCATION == 0)
28 #elif (SWO_LOCATION == 1)
30 #elif (SWO_LOCATION == 2)
32 #elif (SWO_LOCATION == 3)
34 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efr32bg13p/
Dsoc_pinmap.h18 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
22 #if (SWO_LOCATION == 0)
24 #elif (SWO_LOCATION == 1)
26 #elif (SWO_LOCATION == 2)
28 #elif (SWO_LOCATION == 3)
30 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efr32fg13p/
Dsoc_pinmap.h22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
26 #if (SWO_LOCATION == 0)
28 #elif (SWO_LOCATION == 1)
30 #elif (SWO_LOCATION == 2)
32 #elif (SWO_LOCATION == 3)
34 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efr32fg1p/
Dsoc_pinmap.h22 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
26 #if (SWO_LOCATION == 0)
28 #elif (SWO_LOCATION == 1)
30 #elif (SWO_LOCATION == 2)
32 #elif (SWO_LOCATION == 3)
34 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efm32gg12b/
Dsoc_pinmap.h23 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
28 #if (SWO_LOCATION == 0)
30 #elif (SWO_LOCATION == 1)
32 #elif (SWO_LOCATION == 2)
34 #elif (SWO_LOCATION == 3)
36 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/efm32gg11b/
Dsoc_pinmap.h24 #define SWO_LOCATION DT_PROP(GPIO_NODE, location_swo) macro
29 #if (SWO_LOCATION == 0)
31 #elif (SWO_LOCATION == 1)
33 #elif (SWO_LOCATION == 2)
35 #elif (SWO_LOCATION == 3)
37 #elif (SWO_LOCATION >= 4)
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/common/
Dsoc.c191 GPIO->ROUTELOC0 = SWO_LOCATION << _GPIO_ROUTELOC0_SWVLOC_SHIFT; in swo_init()
193 GPIO->ROUTE = GPIO_ROUTE_SWOPEN | (SWO_LOCATION << 8); in swo_init()