TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/I2cEnumerate.h>
Data Fields | |
EFI_I2C_ENUMERATE_PROTOCOL_ENUMERATE | Enumerate |
EFI_I2C_ENUMERATE_PROTOCOL_GET_BUS_FREQUENCY | GetBusFrequency |
I2C Enumerate protocol
Definition at line 85 of file I2cEnumerate.h.
EFI_I2C_ENUMERATE_PROTOCOL_ENUMERATE _EFI_I2C_ENUMERATE_PROTOCOL::Enumerate |
Traverse the set of I2C devices on an I2C bus. This routine returns the next I2C device on an I2C bus.
Definition at line 90 of file I2cEnumerate.h.
EFI_I2C_ENUMERATE_PROTOCOL_GET_BUS_FREQUENCY _EFI_I2C_ENUMERATE_PROTOCOL::GetBusFrequency |
Get the requested I2C bus frequency for a specified bus configuration.
Definition at line 96 of file I2cEnumerate.h.