Changeset 33540 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c
r29081 r33540 143 143 144 144 /** 145 Read/write delay ac oording to I2C Bus Speed.145 Read/write delay according to I2C Bus Speed. 146 146 147 147 **/ … … 296 296 Read one byte data on I2C Bus. 297 297 298 Read one byte data from the slave device connecte tto I2C Bus.298 Read one byte data from the slave device connected to I2C Bus. 299 299 If Data is NULL, then ASSERT(). 300 300 … … 381 381 Write one byte data onto I2C Bus. 382 382 383 Write one byte data to the slave device connecte tto I2C Bus.383 Write one byte data to the slave device connected to I2C Bus. 384 384 If Data is NULL, then ASSERT(). 385 385
Note:
See TracChangeset
for help on using the changeset viewer.