Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
s32 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
221
void i2c_smbus_interface::i2c_smbus_thread_function()
222
{
Callers
15
ReadVersion
Method · 0.80
GetMode
Method · 0.80
SendCommand
Method · 0.80
TestForZotacTuringGPUController
Function · 0.80
SetMode
Method · 0.80
SetDirect
Method · 0.80
TestForColorfulGPU
Function · 0.80
SetStateDisplay
Method · 0.80
SetDirect
Method · 0.80
SetBreathing
Method · 0.80
SetOff
Method · 0.80
SetRainbow
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestForZotacTuringGPUController
Function · 0.64
TestForColorfulGPU
Function · 0.64
TestForGigabyteRGBFusion2GPUController
Function · 0.64