Home
last modified time | relevance | path

Searched refs:XMC4XXX_GPIO_DS_WEAK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dinfineon-xmc4xxx-gpio.h19 #define XMC4XXX_GPIO_DS_WEAK (0x8 << XMC4XXX_GPIO_DS_POS) macro
/Zephyr-latest/drivers/gpio/
Dgpio_xmc4xxx.c60 if ((!is_output && ds) || ds > XMC4XXX_GPIO_DS_WEAK) { in gpio_xmc4xxx_convert_flags()