Lines Matching refs:pin
15 That is, inputs just sample the input pin, and outputs just deliver a logical level: high or low.
32 Any toggle in any pin configured as an output will be dumped to that file, following the
40 With the first one, the callback will be called each time an *input gpio pin register* is modified.
41 With the second one, each time the output pin itself changes. That is, both will be called only
42 if the pin is connected/driven in that direction.
64 This is a comma separated file (.csv), with 4 columns: time,port,pin,level. Where:
67 * Pin is the pin number in that port (for a nrf52833: 0..31 for port 0, and 0..9 for port 1)
73 time(microsecond),port,pin,level
83 Where pin 0 in port 0, is toggled at boot, 200microseconds, 600microseconds, 800microseconds, 1ms
102 the second value the pin in that port.
103 The first pair indicating the output pin that will be shorted from, and the 2nd pair
104 the input pin that will be shorted to.
112 To short pin 1 from port 0, to both pins 2 and 3 from port 1,<br>
117 to short pin 0 from port 1 to pin 2 from port 2.