rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
mc33816.h File Reference

Functions

void initMc33816 ()
 

Function Documentation

◆ initMc33816()

void initMc33816 ( )

Definition at line 280 of file mc33816.cpp.

280 {
281 bool isConfigured = pt.init();
282 if (isConfigured) {
283 chThdCreateStatic(mc33_thread_wa, sizeof(mc33_thread_wa), PRIO_GPIOCHIP, mc33_driver_thread, nullptr);
284 }
285}
static Pt2001 pt
Definition mc33816.cpp:195

Referenced by initHardware().

Here is the caller graph for this function:

Go to the source code of this file.