Searched refs:is_open_drain (Results 1 – 1 of 1) sorted by relevance
64 static bool is_open_drain(Stm32l4x5GpioState *s, unsigned pin) in is_open_drain() function102 if (is_output(s, line) && !(is_open_drain(s, line) && (level == 0))) { in stm32l4x5_gpio_set()