|
rusEFI
The most advanced open source ECU
|
Data Structures | |
| struct | mc33810_config |
Functions | |
| int | mc33810_add (brain_pin_e base, unsigned int index, const mc33810_config *cfg) |
| MC33810 driver add. | |
| const mc33810_state_s * | mc33810getLiveData (size_t idx) |
| void | mc33810_req_init () |
| int | getMc33810maxDwellTimer (mc33810maxDwellTimer_e value) |
| int getMc33810maxDwellTimer | ( | mc33810maxDwellTimer_e | value | ) |
Definition at line 1003 of file mc33810.cpp.
Referenced by validateConfigOnStartUpOrBurn().

| int mc33810_add | ( | brain_pin_e | base, |
| unsigned int | index, | ||
| const mc33810_config * | cfg | ||
| ) |
MC33810 driver add.
Checks for valid config
Definition at line 946 of file mc33810.cpp.
Referenced by board_init_ext_gpios(), f407_discovery_boardInitHardware(), and hellen154hyundai_f7_boardInitHardware().


| void mc33810_req_init | ( | ) |
Definition at line 993 of file mc33810.cpp.
Referenced by handleCommandX14().

| const mc33810_state_s * mc33810getLiveData | ( | size_t | idx | ) |
Definition at line 1021 of file mc33810.cpp.
Referenced by getLiveData().
