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

/freebsd-11.0-release/sys/dev/ow/
H A Dowll.h43 uint32_t t_release; /* Time after t_rdv to float high */
45 uint32_t t_rdv; /* Time to poll the bit after M low */ member in struct:ow_timing
H A Dowc_gpiobus.c289 * Slave is supposed to hold the line low for t_rdv microseconds for 0
298 } while ((now - then) / SBT_1US < t->t_rdv + 2 && sample == 0);
301 if ((now - then) / SBT_1NS < t->t_rdv * 1000)
H A Dow.c82 .t_rdv = 15, /* 15us */
97 .t_rdv = 2, /* 2us */

Completed in 103 milliseconds