> <@aka_:matrix.org> ``` > gpiod_set_value_cansleep(tsdata->reset_gpio, 0); > ``` > what it does if gpio is defined as ACTIVE_LOW IIRC it sets the gpio as high. And i think he cansleep part is for allowing the kernel to do a context switch i.e. not executing it atomically