WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for frc::I2C, including all inherited members.
AddressOnly() | frc::I2C | |
GetDeviceAddress() const | frc::I2C | |
GetPort() const | frc::I2C | |
I2C(Port port, int deviceAddress) | frc::I2C | |
I2C(I2C &&)=default | frc::I2C | |
kMXP enum value | frc::I2C | |
kOnboard enum value | frc::I2C | |
operator=(I2C &&)=default | frc::I2C | |
Port enum name | frc::I2C | |
Read(int registerAddress, int count, uint8_t *data) | frc::I2C | |
ReadOnly(int count, uint8_t *buffer) | frc::I2C | |
Transaction(uint8_t *dataToSend, int sendSize, uint8_t *dataReceived, int receiveSize) | frc::I2C | |
VerifySensor(int registerAddress, int count, const uint8_t *expected) | frc::I2C | |
Write(int registerAddress, uint8_t data) | frc::I2C | |
WriteBulk(uint8_t *data, int count) | frc::I2C | |
~I2C() | frc::I2C |