Move per-transition delays from generic bit-bashing layer to i2c layer

(since SPI bit-bashing will require different delay semantics).
This commit is contained in:
Michael Brown
2006-06-14 00:20:35 +00:00
parent 714641ae6d
commit ab4f96e525
3 changed files with 15 additions and 10 deletions

View File

@@ -33,8 +33,6 @@ struct bit_basher {
* @ret non-zero Input is a logic 1
*/
int ( * read ) ( struct bit_basher *basher, unsigned int bit_id );
/** Delay between subsequent calls to write(), in microseconds */
unsigned int udelay;
};
extern void write_bit ( struct bit_basher *basher, unsigned int bit_id,