Lines Matching refs:as
61 "direction" ... reads as either "in" or "out". This value may
62 normally be written. Writing as "out" defaults to
63 initializing the value as low. To ensure glitch free
65 configure the GPIO as an output with that initial value.
72 "value" ... reads as either 0 (low) or 1 (high). If the GPIO
73 is configured as an output, this value may be written;
74 any nonzero value is treated as high.
76 If the pin can be configured as interrupt-generating interrupt
86 "edge" ... reads as either "none", "rising", "falling", or
90 This file exists only if the pin can be configured as an
93 "active_low" ... reads as either 0 (false) or 1 (true). Write
106 "base" ... same as N, the first GPIO managed by this chip
145 suitable for documenting as part of a board support package.