Hi Joel and Andrew ! I am observing "strange" behaviour when pin direction is set AFTER the value itself: ``` aspeed_gpio_dir_out: __aspeed_gpio_set(gc, offset, val); gpio->config->llops->reg_bit_set(gpio, offset, reg_dir, 1); ``` Is this as intended ? --- Yours.