Home
last modified time | relevance | path

Searched refs:PIN_SWO (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/soc/silabs/silabs_s1/efm32jg12b/
Dsoc_pinmap.h27 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efm32pg12b/
Dsoc_pinmap.h27 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efm32pg1b/
Dsoc_pinmap.h27 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efr32bg13p/
Dsoc_pinmap.h23 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
25 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
27 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efr32fg13p/
Dsoc_pinmap.h27 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efr32fg1p/
Dsoc_pinmap.h27 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
29 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efr32mg12p/
Dsoc_pinmap.h26 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
28 #define PIN_SWO {gpioPortB, 13, gpioModePushPull, 1} macro
30 #define PIN_SWO {gpioPortD, 15, gpioModePushPull, 1} macro
32 #define PIN_SWO {gpioPortC, 11, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efm32gg11b/
Dsoc_pinmap.h30 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
32 #define PIN_SWO {gpioPortC, 15, gpioModePushPull, 1} macro
34 #define PIN_SWO {gpioPortD, 1, gpioModePushPull, 1} macro
36 #define PIN_SWO {gpioPortD, 2, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s1/efm32gg12b/
Dsoc_pinmap.h29 #define PIN_SWO {gpioPortF, 2, gpioModePushPull, 1} macro
31 #define PIN_SWO {gpioPortC, 15, gpioModePushPull, 1} macro
33 #define PIN_SWO {gpioPortD, 1, gpioModePushPull, 1} macro
35 #define PIN_SWO {gpioPortD, 2, gpioModePushPull, 1} macro
/Zephyr-latest/soc/silabs/silabs_s2/efr32mg21/
Dsoc_pinmap.h19 #define PIN_SWO { gpioPortA, 3, gpioModePushPull, 1 } macro
/Zephyr-latest/soc/silabs/silabs_s2/efr32mg24/
Dsoc_pinmap.h19 #define PIN_SWO { gpioPortA, 3, gpioModePushPull, 1 } macro
/Zephyr-latest/soc/silabs/common/
Dsoc.c165 struct soc_gpio_pin pin_swo = PIN_SWO; in swo_init()