MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / i2c_write_block

Method i2c_write_block

i2c_smbus/i2c_smbus.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216s32 i2c_smbus_interface::i2c_write_block(u8 addr, int size, u8 *data)
217{
218 return i2c_xfer_call(addr, I2C_SMBUS_WRITE, &size, data);
219}
220
221void i2c_smbus_interface::i2c_smbus_thread_function()
222{

Callers 15

ReadVersionMethod · 0.80
GetModeMethod · 0.80
SendCommandMethod · 0.80
SetModeMethod · 0.80
SetDirectMethod · 0.80
TestForColorfulGPUFunction · 0.80
SetStateDisplayMethod · 0.80
SetDirectMethod · 0.80
SetBreathingMethod · 0.80
SetOffMethod · 0.80
SetRainbowMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestForColorfulGPUFunction · 0.64