Hi @c_nebe
I tested it on my end.
Snipaste_2026-04-15_12-25-10.png
/* Get GPIO pin configuration */
hal_gpio_pin_config_t createAdapterGpioPinConfig(GPIO_Type *port, uint8_t pin, hal_gpio_direction_t direction, uint8_t level){
hal_gpio_pin_config_t temp;
The generated code is correct.
Snipaste_2026-04-15_12-25-10.png
How can i reproduce this issue?
BR
Harry