Name

w1_write_bit — Generates a write-0 or write-1 cycle.

Synopsis

void w1_write_bit (struct w1_master * dev,
 int bit);
 

Arguments

dev

the master device

bit

bit to write

Description

Only call if dev->bus_master->touch_bit is NULL