Searched refs:I2cThread (Results 1 – 2 of 2) sorted by relevance
42 int I2cThread();
41 auto thunk = [](void* arg) -> int { return static_cast<PlatformI2cBus*>(arg)->I2cThread(); }; in Start()62 int PlatformI2cBus::I2cThread() { in I2cThread() function in platform_bus::PlatformI2cBus
Completed in 4 milliseconds