rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
hella_oil_level.cpp File Reference

Functions

static void hellaSensorExtiCallback (void *arg, efitick_t nowNt)
 

Function Documentation

◆ hellaSensorExtiCallback()

static void hellaSensorExtiCallback ( void *  arg,
efitick_t  nowNt 
)
static

Definition at line 9 of file hella_oil_level.cpp.

9 {
10 reinterpret_cast<HellaOilLevelSensor*>(arg)->onEdge(nowNt);
11}

Referenced by HellaOilLevelSensor::init().

Here is the caller graph for this function:

Go to the source code of this file.