mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user