Lines Matching refs:low
183 The values are boolean, zero for low, nonzero for high. When reading the value
221 Active-low State and Raw GPIO Values
226 following set of calls ignore the active-low property of a GPIO and work on the
235 The active-low state of a GPIO can also be queried using the following call:
243 The active-low property
248 the *logical* value. With this they take the active-low property into account.
249 This means that they check whether the GPIO is configured to be active-low,
257 As an example, if the active-low property for a dedicated GPIO is set, and the
259 will be driven low.
263 Function (example) active-low proporty physical line
264 gpiod_set_raw_value(desc, 0); don't care low
266 gpiod_set_value(desc, 0); default (active-high) low
268 gpiod_set_value(desc, 0); active-low high
269 gpiod_set_value(desc, 1); active-low low