Lines Matching full:drain
73 to be electrically used with open drain.
75 to be electrically used with open drain.
81 The two last flags are used for use cases where open drain is mandatory, such
82 as I2C: if the line is not already configured as open drain in the mappings
83 (see board.rst), then open drain will be enforced anyway and a warning will be
226 open-drain signaling and output latencies.
263 The active low and open drain semantics
272 The same is applicable for open drain or open source output lines: those do not
273 actively drive their output high (open drain) or low (open source), they just
275 care. (For details read about open drain in driver.rst.)
294 gpiod_set_value(desc, 0); open drain low
295 gpiod_set_value(desc, 1); open drain high impedance
311 The following set of calls ignore the active-low or open drain property of a GPIO and
327 should not have to care about the physical line level or open drain semantics.