Name

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

Synopsis

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

Arguments

struct w1_master * dev

the master device

int bit

bit to write

Description

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