MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / startPowerSwitchThread

Function startPowerSwitchThread

Devices/unphone/Source/InitBoot.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static void startPowerSwitchThread() {
149 powerThread = std::make_unique<tt::Thread>(
150 "unphone_power_switch",
151 4096,
152 []() { return powerSwitchMain(); }
153 );
154 powerThread->start();
155}
156
157std::shared_ptr<Bq24295> bq24295;
158

Callers 1

unPhonePowerOnFunction · 0.85

Calls 2

powerSwitchMainFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected