Lines Matching +full:1 +full:- +full:wire

1 #-
7 # 1. Redistributions of source code must retain the above copyright
33 # Dallas Semiconductor 1-Wire bus Link Layer (owll)
36 # 1-Wire protocol specification.
39 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc.
43 # SoCs have a 1-Wire controller with more smarts or hardware offload.
45 # as well as both usb and i2c 1-Wire controllers.
58 # 1us <= tLOW1 < 15us 1us <= tLOW < 2us
59 # 1us < tLOWR < 15us 1us <= tLOWR < 2us
61 # 1us <= tREC < inf 1us <= tREC < inf
72 # for doing its operations. See 1wn_if.m for those.
74 # Note: This is the polling / busy-wait interface. An interrupt-based interface
75 # may be different. But an interrupt-based, non-blocking interface can be tricky.
80 # WRITE-ONE (see above for timings) From Figure 4-1 AN-937
82 # |<---------tSLOT---->|<-tREC->|
87 # |<-tLOW1->| | |
88 # |<------15us--->| |
89 # |<--------60us---->|
98 # WRITE-ZERO (see above for timings) From Figure 4-2 AN-937
100 # |<---------tSLOT------>|<-tREC->|
105 # |<--15us->| | |
106 # |<------60us--->| |
107 # |<-------tLOW0------>|
115 # READ-DATA (see above for timings) From Figure 4-3 AN-937
117 # |<---------tSLOT------>|<-tREC->|
123 # |<------tRDV---->| |
124 # ->| |<-tRELEASE
126 # r -- allowed to pull high via the resistor when slave writes a 1-bit
134 # RESET AND PRESENCE PULSE (see above for timings) From Figure 4-4 AN-937
136 # |<---------tRSTH------------>|
141 # |<----tRSTL--->| | |<-tPDL---->|
142 # | ->| |<-tR | |
155 int *present; /* 0 = slave 1 = no slave -1 = bus error */