Searched refs:t_lowr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ow/
H A Dowll.h42 uint32_t t_lowr; /* Time slave holds line down per bit */ member in struct:ow_timing
H A Dow.c88 .t_lowr = 1,
102 .t_lowr = 15, /* 1us */
116 .t_lowr = 1, /* 1 <= t < 15 */
131 .t_lowr = 1,
145 .t_lowr = 2,
159 .t_lowr = 1, /* 1 <= t < 2 */
203 OW_TIMING_SYSCTL(t_lowr); variable
H A Dowc_gpiobus.c270 /* Force low for t_lowr microseconds */
274 DELAY(t->t_lowr);

Completed in 161 milliseconds